ScrapExplorer - power.c
Home / arch / arm / arm_barebones / kernel Lines: 3 | Size: 183 bytes [Download] [Show on GitHub] [Search similar files] [Raw] [Raw (proxy)][FILE BEGIN]1/* AArch64 kernel 2 * Licence: GNU General Public License v3.0 3 * By: 0x4248 4*/ 5 6void kernel_call_poweroff() 7{ 8 asm volatile( 9 "ldr x0, =0x84000008\n" 10 "hvc #0\n"); 11} 12[FILE END](C) 2025 0x4248 (C) 2025 4248 Media and 4248 Systems, All part of 0x4248 See LICENCE files for more information. Not all files are by 0x4248 always check Licencing.