drivers/hcs12/interrupt.c
changeset 9 49f701f3dca7
parent 0 4472ee7c6c3e
equal deleted inserted replaced
8:eee2b0c89213 9:49f701f3dca7
    27 This is a part of the driver, of course !
    27 This is a part of the driver, of course !
    28 But you have to put your code in this functions,
    28 But you have to put your code in this functions,
    29 if you plan to use interruptions.
    29 if you plan to use interruptions.
    30 */
    30 */
    31 
    31 
       
    32 #include "../include/data.h"
    32 #include "../include/hcs12/applicfg.h"
    33 #include "../include/hcs12/applicfg.h"
    33 #include "../include/hcs12/error.h"
    34 #include "../include/hcs12/error.h"
    34 #include "../include/hcs12/candriver.h"
    35 #include "../include/hcs12/candriver.h"
    35 #include "../include/hcs12/asm-m68hc12/regs.h"
    36 #include "../include/hcs12/asm-m68hc12/regs.h"
    36 #include "../include/hcs12/asm-m68hc12/portsaccess.h"
    37 #include "../include/hcs12/asm-m68hc12/portsaccess.h"