blob: 5b87bdba4b92ab0c6d8d33b7ff3a09b9f24a77b5 (
plain)
1
2
3
4
5
6
7
8
9
10
|
struct chip_operations;
extern struct chip_operations superio_NSC_pc8374_ops;
#include <pc80/keyboard.h>
#include <uart8250.h>
struct superio_NSC_pc8374_config {
struct uart8250 com1, com2;
struct pc_keyboard keyboard;
};
|