Files
kernels/lib/tohost.S
2025-01-29 21:22:41 -08:00

8 lines
118 B
ArmAsm

.section ".tohost","aw",@progbits
.align 6
.globl tohost
tohost: .dword 0
.align 6
.globl fromhost
fromhost: .dword 0