Files
foc/l4/conf/examples/arm-rv-lcd.io
2013-01-11 17:00:47 +01:00

15 lines
229 B
Io

# vim:set ft=ioconfig:
# configuration file for io
gui => new System_bus()
{
KBD => wrap(hw-root.KBD);
MOUSE => wrap(hw-root.MOUSE);
}
fbdrv => new System_bus()
{
CTRL => wrap(hw-root.CTRL);
LCD => wrap(hw-root.LCD);
}