21 lines
265 B
C
21 lines
265 B
C
|
/*
|
||
|
* $Id: bootstrap.h,v 1.1 2005-05-22 15:38:31 bacon Exp $
|
||
|
*/
|
||
|
|
||
|
#ifndef _XP_STX_BOOTSTRAP_H_
|
||
|
#define _XP_STX_BOOTSTRAP_H_
|
||
|
|
||
|
#include <xp/stx/stx.h>
|
||
|
|
||
|
#ifdef __cplusplus
|
||
|
extern "C" {
|
||
|
#endif
|
||
|
|
||
|
int xp_stx_bootstrap (xp_stx_t* stx);
|
||
|
|
||
|
#ifdef __cplusplus
|
||
|
}
|
||
|
#endif
|
||
|
|
||
|
#endif
|