summaryrefslogtreecommitdiff
path: root/src/superio/nsc/pc87417/chip.h
blob: e3c8891d53385309f3dd7600f7d19b81cfa466d6 (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;
};