diff options
Diffstat (limited to 'src/superio/NSC/pc97307/chip.h')
-rw-r--r-- | src/superio/NSC/pc97307/chip.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/superio/NSC/pc97307/chip.h b/src/superio/NSC/pc97307/chip.h new file mode 100644 index 0000000000..d30b7cb26c --- /dev/null +++ b/src/superio/NSC/pc97307/chip.h @@ -0,0 +1,5 @@ + +struct superio_NSC_pc97307_config { + typedef struct com_ports com1; + typedef struct lpt_ports lpt; +}; |