aboutsummaryrefslogtreecommitdiff
path: root/src/superio/NSC/pc87366/chip.h
blob: 0a35863239ce85539653f660145eb43969a42b80 (plain)
1
2
3
4
5
6
7
8
9
extern struct chip_operations superio_NSC_pc87366_ops;

#include <pc80/keyboard.h>
#include <uart8250.h>

struct superio_NSC_pc87366_config {
	struct uart8250 com1, com2;
	struct pc_keyboard keyboard;
};