Skip to content

Commit

Permalink
Merge pull request #1 from tari/master
Browse files Browse the repository at this point in the history
PowerOff
  • Loading branch information
tari committed Mar 21, 2012
2 parents fd84701 + 93f6406 commit fe69619
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions libfxcg/include/SYSTEM_syscalls.h
Expand Up @@ -15,3 +15,4 @@ void OS_InnerWait_ms( int );
void SetSetupSetting( unsigned int SystemParameterNo, unsigned char SystemParameterValue );
void SMEM_maint( int );
void TestMode( int );
void PowerOff(int displayLogo);
3 changes: 3 additions & 0 deletions libfxcg/syscalls/PowerOff.S
@@ -0,0 +1,3 @@
#include <asm.h>

SYSCALL(_PowerOff,0x1839)

0 comments on commit fe69619

Please sign in to comment.