Changeset c1dcda5d in rtems
- Timestamp:
- Sep 18, 2008, 9:06:53 PM (11 years ago)
- Branches:
- 4.10, 4.11, master
- Children:
- 2fbe159e
- Parents:
- 4e1cc17
- Location:
- c/src/lib/libbsp
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libbsp/powerpc/tqm8xx/ChangeLog
r4e1cc17 rc1dcda5d 1 2008-09-18 Joel Sherrill <joel.sherrill@oarcorp.com> 2 3 * include/bsp.h: Remove prototypes of routines in bootcard.h. 4 1 5 2008-09-18 Joel Sherrill <joel.sherrill@oarcorp.com> 2 6 -
c/src/lib/libbsp/powerpc/tqm8xx/include/bsp.h
r4e1cc17 rc1dcda5d 28 28 * This file includes definitions for the MBX860 and MBX821. 29 29 * 30 * COPYRIGHT (c) 1989- 1998.30 * COPYRIGHT (c) 1989-2008. 31 31 * On-Line Applications Research Corporation (OAR). 32 32 * … … 137 137 /* functions */ 138 138 139 void bsp_cleanup( void );140 141 139 rtems_isr_entry set_vector( /* returns old vector */ 142 140 rtems_isr_entry handler, /* isr routine */ -
c/src/lib/libbsp/unix/posix/ChangeLog
r4e1cc17 rc1dcda5d 1 2008-09-18 Joel Sherrill <joel.sherrill@oarcorp.com> 2 3 * include/bsp.h: Remove prototypes of routines in bootcard.h. 4 1 5 2008-09-18 Joel Sherrill <joel.sherrill@oarcorp.com> 2 6 -
c/src/lib/libbsp/unix/posix/include/bsp.h
r4e1cc17 rc1dcda5d 1 /* bsp.h 2 * 1 /* 3 2 * This include file contains all POSIX BSP definitions. 4 3 * 5 * COPYRIGHT (c) 1989- 1999.4 * COPYRIGHT (c) 1989-2008. 6 5 * On-Line Applications Research Corporation (OAR). 7 6 * … … 27 26 #include <rtems/iosupp.h> 28 27 29 #define RAM_START 030 #define RAM_END 0x10000031 32 /* miscellaneous stuff assumed to exist */33 34 28 /* functions */ 35 29 36 30 rtems_isr_entry set_vector(rtems_isr_entry, rtems_vector_number, int); 37 void bsp_start( void );38 39 /* miscellaneous stuff assumed to exist */40 41 extern int rtems_argc;42 extern char **rtems_argv;43 31 44 32 extern int cpu_number;
Note: See TracChangeset
for help on using the changeset viewer.