source: rtems/c/src/lib/libbsp/m68k/efi68k/include/efi68k.h @ 486c329

4.104.114.84.95
Last change on this file since 486c329 was 486c329, checked in by Joel Sherrill <joel.sherrill@…>, on 09/20/95 at 15:05:19

Actually adding efi bsp's from John Gwynne after forgetting to
commit them.

  • Property mode set to 100644
File size: 354 bytes
RevLine 
[486c329]1/*  efi68k.h
2 *
3 *  $Id$
4 */
5
6#ifndef _EFI68k_H_
7#define _EFI68k_H_
8
9
10/* interrupt levels */
11#define WD_ISR_LEVEL 1
12#define TCP_ISR_LEVEL 4
13#define UART_ISR_LEVEL 6
14#define INTR7 7
15
16
17/* macro/function definitions */
18static void reboot(void) __attribute__ ((noreturn));
19__inline__ static void reboot(void) {asm("trap #15");}
20     
21#endif /* _EFI68k_H_ */
Note: See TracBrowser for help on using the repository browser.