1 /* $OpenBSD: libsa.h,v 1.3 2023/03/13 11:59:39 aoyama Exp $ */ 2 3 /* public domain */ 4 5 #include <lib/libsa/stand.h> 6 7 void devboot(dev_t, char *); 8 void machdep(void); 9 void run_loadfile(uint64_t *, int); 10 11 #define MACHINE_CMD cmd_machine /* we have luna88k-specific commands */ 12