Implement a very crude busy-wait based select() mechanism for consol input.
authorDavid Given <dg@cowlark.com>
Sun, 9 Jun 2013 21:16:30 +0000 (22:16 +0100)
committerDavid Given <dg@cowlark.com>
Sun, 9 Jun 2013 21:16:30 +0000 (22:16 +0100)
commiteaf4339cd638777d787e34c63397b23ce3b0e6c3
treeac937a85640a9e7e400788a6b8bcb44364328839
parentbbd4b4685084e4073c4535567cffc162e9a6980a
Implement a very crude busy-wait based select() mechanism for consol input.

--HG--
branch : dtrg-videocore
rename : plat/rpi/include/ack/config.h => plat/rpi/include/sys/select.h
rename : plat/rpi/libsys/time.c => plat/rpi/libsys/select.c
plat/rpi/build.mk
plat/rpi/include/sys/select.h [new file with mode: 0644]
plat/rpi/include/unistd.h
plat/rpi/libsys/libsys.h
plat/rpi/libsys/pi_uart.s
plat/rpi/libsys/select.c [new file with mode: 0644]