mirror of
https://github.com/ctm/executor.git
synced 2026-03-12 17:41:55 +00:00
14 lines
255 B
C
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_ */
|