/* Copyright 2005 Chris Thomasson */


#ifndef AC_SYS_I686_LFGC_SMR_H
#define AC_SYS_I686_LFGC_SMR_H


#ifdef __cplusplus
extern "C"
{
#endif




AC_SYS_APIEXPORT int AC_APIDECL
ac_i686_lfgc_smr_alloc
( ac_i686_tls_t* );


AC_SYS_APIEXPORT int AC_APIDECL
ac_i686_lfgc_smr_free
( ac_i686_tls_t* );


AC_SYS_APIEXPORT int AC_APIDECL
ac_i686_lfgc_smr_startup
( void );


AC_SYS_APIEXPORT int AC_APIDECL
ac_i686_lfgc_smr_shutdown
( void );




#ifdef __cplusplus
}
#endif


#endif