Mercurial > ecos
view packages/hal/m68k/arch/current/include/hal_startup.h @ 211:6eb55882e01c
Merge from eCos master repository on 2002-05-29-16:32:18-BST
| author | jlarmour |
|---|---|
| date | Wed, 29 May 2002 18:28:03 +0000 |
| parents | |
| children |
line wrap: on
line source
#ifndef _HAL_STARTUP_H #define _HAL_STARTUP_H #include <cyg/infra/cyg_type.h> // Include the variant-specific startup header. #include <cyg/hal/var_startup.h> // Declare the routine to call to simulate a hardware reset. externC void hal_hw_reset(void); #endif // _HAL_STARTUP_H
