Search
lxdream.org :: lxdream/src/syscall.h :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/syscall.h
changeset 1100:50e702af9373
prev1014:f5914b2fd0db
next1296:30ecee61f811
author nkeynes
date Fri Sep 17 20:08:50 2010 +1000 (13 years ago)
permissions -rw-r--r--
last change Refactor shader management to support multiple programs, which are all
defined in the shaders.glsl, rather than split up into one file per
fragment.
file annotate diff log raw
1.1 --- a/src/syscall.h Sun May 24 08:30:35 2009 +0000
1.2 +++ b/src/syscall.h Fri Sep 17 20:08:50 2010 +1000
1.3 @@ -60,6 +60,8 @@
1.4 */
1.5 void bios_install( void );
1.6
1.7 +void bios_boot( uint32_t syscallid );
1.8 +
1.9 /**
1.10 * Install the DCLoad syscall hack
1.11 */
.