URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [rtos/] [ecos-2.0/] [packages/] [hal/] [m68k/] [arch/] [v2_0/] [include/] [hal_startup.h] - Rev 27
Go to most recent revision | Compare with Previous | Blame | View Log
#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
Go to most recent revision | Compare with Previous | Blame | View Log