blob: 440885aec89339d2339f9f52e4c59ad1a1eef8a2 (
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;
};
|