view loader/setup_FS.h @ 1739:064c0acb7c39

Added C++ compiler/runtime enviroment detection and enabled ppc detection.
author atmos4
date Wed, 29 Aug 2001 11:18:37 +0000
parents d8c1b0b38edc
children
line wrap: on
line source


#ifndef setup_FS_h
#define setup_FS_h

extern void setup_FS_Segment(void);
extern void Setup_LDT_Keeper(void);
extern void Restore_LDT_Keeper(void);


#endif