Files
executor/src/include/rsys/arch.h

14 lines
255 B
C

#if !defined (_RSYS_ARCH_H_)
#define _RSYS_ARCH_H_
/*
* Copyright 1995 by Abacus Research and Development, Inc.
* All rights reserved.
*
* $Id: arch.h 63 2004-12-24 18:19:43Z ctm $
*/
extern boolean_t arch_init (void);
#endif /* !_RSYS_ARCH_H_ */