Mercurial > flash_v2
view packages/hal/m68k/arch/current/include/hal_startup.h @ 1777:c16341b1bac6 default tip
* Added execute permissions to files missed in conversion from CVS
| author | alexs |
|---|---|
| date | Mon, 12 Oct 2009 02:26:09 +0100 |
| parents | 6eb55882e01c |
| 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
