dxx-rebirth/include/arch.h
2006-03-20 16:43:15 +00:00

12 lines
172 B
C
Executable file

// architecture specific things
#ifndef _ARCH_H
#define _ARCH_H
// called before anything else
void arch_init_start();
// called during startup
void arch_init();
#endif