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 Sat Aug 25 14:09:07 2012 +1000 (11 years ago)
permissions -rw-r--r--
last change Subst LDFLAGS_FOR_BUILD in configure
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 Sat Aug 25 14:09:07 2012 +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 */
.