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 Mar 03 16:06:58 2012 +1000 (12 years ago)
permissions -rw-r--r--
last change Fully clean the android part before building it - dependencies don't seem to
work properly.
Add install-adb rule for convenience
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 Mar 03 16:06:58 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 */
.