Revision 0d09e41a hw/pckbd.c

b/hw/pckbd.c
22 22
 * THE SOFTWARE.
23 23
 */
24 24
#include "hw/hw.h"
25
#include "hw/isa.h"
26
#include "hw/pc.h"
27
#include "hw/ps2.h"
25
#include "hw/isa/isa.h"
26
#include "hw/i386/pc.h"
27
#include "hw/input/ps2.h"
28 28
#include "sysemu/sysemu.h"
29 29

  
30 30
/* debug PC keyboard */

Also available in: Unified diff