at_wini also needs a pci_reserve() for the pci compatability device, if
[minix3.git] / lib / syscall / getsysinfo.s
blobda6ca3a2ee70fbb9dd9cf12df98cb43256d22c00
1 .sect .text
2 .extern __getsysinfo
3 .define _getsysinfo
4 .extern __getsysinfo_up
5 .define _getsysinfo_up
6 .align 2
8 _getsysinfo:
9 jmp __getsysinfo
10 _getsysinfo_up:
11 jmp __getsysinfo_up