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