mirror of
https://github.com/fail0verflow/switch-coreboot.git
synced 2025-05-04 01:39:18 -04:00
4 lines
53 B
C
4 lines
53 B
C
void x_outb(u16 port, u8 val);
|
|
#define outb x_outb
|
|
|
|
|