Advertisement
Guest User

Untitled

a guest
Sep 20th, 2011
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.22 KB | None | 0 0
  1. # vim:set ft=ioconfig:
  2. # configuration file for io
  3.  
  4. gui => new System_bus()
  5. {
  6. }
  7.  
  8. fbdrv => new System_bus()
  9. {
  10.   CTRL => wrap(hw-root.CTRL);
  11.   LCD => wrap(hw-root.LCD);
  12. }
  13.  
  14. android_bus => new System_bus()
  15. {
  16. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement