X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=device%2Finclude%2Fpic16%2Fpic18f242.h;fp=device%2Finclude%2Fpic16%2Fpic18f242.h;h=25ed06b0d341f93ab1fc7b54c6c7482e5f6ff57f;hb=bb226788dab3832b0ec0cda70874ce3fce4eebc6;hp=6c884fa82362d34421fef2a18dee6c1b3d1a4dc5;hpb=3ad2f4c4dfafbcec6fcf6f76165d0dd714e46393;p=fw%2Fsdcc diff --git a/device/include/pic16/pic18f242.h b/device/include/pic16/pic18f242.h index 6c884fa8..25ed06b0 100644 --- a/device/include/pic16/pic18f242.h +++ b/device/include/pic16/pic18f242.h @@ -747,6 +747,16 @@ typedef union { unsigned PEIE:1; unsigned GIE:1; }; + struct { + unsigned :1; + unsigned INT0IF:1; + unsigned TMR0IF:1; + unsigned :1; + unsigned INT0IE:1; + unsigned TMR0IE:1; + unsigned GIEL:1; + unsigned GIEH:1; + }; } __INTCONbits_t; extern volatile __INTCONbits_t __at (0xff2) INTCONbits;