1 2 3 4 5 6 7 8 9 10
#ifndef PICREGS_H #if defined(__pic16) #include <pic18fregs.h> #else #include <pic14regs.h> #endif #endif