1extern struct chip_operations superio_nsc_pc87366_ops; 2 3#include <pc80/keyboard.h> 4#include <uart8250.h> 5 6struct superio_nsc_pc87366_config { 7 struct uart8250 com1, com2; 8 struct pc_keyboard keyboard; 9}; 10
1extern struct chip_operations superio_nsc_pc87366_ops; 2 3#include <pc80/keyboard.h> 4#include <uart8250.h> 5 6struct superio_nsc_pc87366_config { 7 struct uart8250 com1, com2; 8 struct pc_keyboard keyboard; 9}; 10