aboutsummaryrefslogtreecommitdiff
path: root/src/superio/smsc/lpc47m10x/chip.h
blob: ce63a53a28453a56e3f135e6c908843de9cdf8a3 (plain)
1
2
3
4
5
6
7
8
9
10
struct chip_operations;
extern struct chip_operations superio_smsc_lpc47m10x_ops;

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

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