diff options
Diffstat (limited to 'src/superio/NSC/pc8374/pc8374.h')
-rw-r--r-- | src/superio/NSC/pc8374/pc8374.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/superio/NSC/pc8374/pc8374.h b/src/superio/NSC/pc8374/pc8374.h new file mode 100644 index 0000000000..1f166a70fe --- /dev/null +++ b/src/superio/NSC/pc8374/pc8374.h @@ -0,0 +1,9 @@ +#define PC8374_FDC 0x00 /* Floppy */ +#define PC8374_PP 0x01 /* Parallel port */ +#define PC8374_SP2 0x02 /* Com2 */ +#define PC8374_SP1 0x03 /* Com1 */ +#define PC8374_SWC 0x04 +#define PC8374_KBCM 0x05 /* Mouse */ +#define PC8374_KBCK 0x06 /* Keyboard */ +#define PC8374_GPIO 0x07 +#define PC8374_HM 0x08 |