home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
AmigActive 13
/
AACD13.ISO
/
AACD
/
Resources
/
System
/
BoingBag1
/
Contributions
/
InstallerNG
/
GUI-API
/
savagelib
/
include
/
savage
/
sysinfo.h
< prev
next >
Wrap
C/C++ Source or Header
|
1999-08-14
|
310b
|
24 lines
#ifndef SAVAGE_SYSINFO_H
#define SAVAGE_SYSINFO_H
#include <exec/types.h>
#define SI_OCS 1
#define SI_ECS 2
#define SI_AGA 3
struct SysInfo
{
UWORD si_ExecVer;
UWORD si_ExecRev;
ULONG si_CPU;
ULONG si_FPU;
ULONG si_MMU;
UBYTE si_GfxSet;
UBYTE si_VBlank;
};
#endif