10 lines
250 B
C
10 lines
250 B
C
#ifndef _UTIL_H_
|
|
#define _UTIL_H_
|
|
|
|
void displayMessage(int n);
|
|
int check_trio_chip();
|
|
int get_trio_memory();
|
|
int int386x_real(int intnum, union REGS *in, union REGS *out, struct SREGS *sregs);
|
|
const char *vbe_mode_description(unsigned mode);
|
|
|
|
#endif
|