summaryrefslogtreecommitdiff
path: root/src/superio/smsc/lpc47n217/chip.h
blob: abd7e461bfe54018206b02abe08ef1412fb30229 (plain)
1
2
3
4
5
6
7
8
struct chip_operations;
extern struct chip_operations superio_smsc_lpc47n217_ops;

#include <uart8250.h>

struct superio_smsc_lpc47n217_config {
	struct uart8250 com1, com2;
};