2 * HND SiliconBackplane MIPS/ARM cores software interface.
4 * Copyright 2007, Broadcom Corporation
7 * THIS SOFTWARE IS OFFERED "AS IS", AND BROADCOM GRANTS NO WARRANTIES OF ANY
8 * KIND, EXPRESS OR IMPLIED, BY STATUTE, COMMUNICATION OR OTHERWISE. BROADCOM
9 * SPECIFICALLY DISCLAIMS ANY IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS
10 * FOR A SPECIFIC PURPOSE OR NONINFRINGEMENT CONCERNING THIS SOFTWARE.
20 #elif defined(__arm__) || defined(__thumb__) || defined(__thumb2__)
24 extern uint
sb_irq(sb_t
*sbh
);
25 extern uint32
sb_cpu_clock(sb_t
*sbh
);
26 extern void hnd_cpu_wait(sb_t
*sbh
);
27 extern void hnd_cpu_jumpto(void *addr
);
28 extern void hnd_cpu_reset(sb_t
*sbh
);
30 #endif /* _hndcpu_h_ */
This page took 0.044034 seconds and 5 git commands to generate.