/*
 * $Id: boot.h,v 1.2 2001-02-01 15:49:14+09 hayakawa Exp $
 *
 * boot¥Ø¥Ã¥À
 */

#ifndef __BOOT_H_
#define __BOOT_H_

#ifdef _LANGUAGE_C_PLUS_PLUS
extern "C" {
#endif
#if 0
}
#endif

extern void boot(void);

#if 0
{
#endif
#ifdef _LANGUAGE_C_PLUS_PLUS
} /* extern "C" */
#endif

#endif /* __BOOT_H_ */
