diff options
Diffstat (limited to 'src/superio/NSC/pc87360')
-rw-r--r-- | src/superio/NSC/pc87360/Config.lb | 1 | ||||
-rw-r--r-- | src/superio/NSC/pc87360/chip.h | 5 | ||||
-rw-r--r-- | src/superio/NSC/pc87360/superio.c | 0 |
3 files changed, 6 insertions, 0 deletions
diff --git a/src/superio/NSC/pc87360/Config.lb b/src/superio/NSC/pc87360/Config.lb new file mode 100644 index 0000000000..320ff20dea --- /dev/null +++ b/src/superio/NSC/pc87360/Config.lb @@ -0,0 +1 @@ +object superio.o diff --git a/src/superio/NSC/pc87360/chip.h b/src/superio/NSC/pc87360/chip.h new file mode 100644 index 0000000000..39c58cf7bc --- /dev/null +++ b/src/superio/NSC/pc87360/chip.h @@ -0,0 +1,5 @@ + +struct superio_NSC_pc87360_config { + typedef struct com_ports com1; + typedef struct lpt_ports lpt; +}; diff --git a/src/superio/NSC/pc87360/superio.c b/src/superio/NSC/pc87360/superio.c new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/src/superio/NSC/pc87360/superio.c |