Changeset b4a0a8d in rtems
- Timestamp:
- 01/20/05 19:37:52 (18 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- c6bc9d8
- Parents:
- 3e528b7
- Location:
- c/src/lib/libbsp/powerpc/mbx8xx
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libbsp/powerpc/mbx8xx/ChangeLog
r3e528b7 rb4a0a8d 1 2005-01-20 Joel Sherrill <joel@OARcorp.com> 2 3 * include/commproc.h: The variable cpmp was not used anywhere but 4 console.c and was static in console.c, so should not have been in 5 this file as extern. 6 1 7 2005-01-07 Ralf Corsepius <ralf.corsepius@rtems.org> 2 8 -
c/src/lib/libbsp/powerpc/mbx8xx/include/commproc.h
r3e528b7 rb4a0a8d 62 62 * and dual port ram. 63 63 */ 64 extern cpm8xx_t *cpmp; /* Pointer to comm processor */65 64 unsigned int m8xx_cpm_dpalloc(unsigned int size); 66 65 unsigned int m8xx_cpm_hostalloc(unsigned int size);
Note: See TracChangeset
for help on using the changeset viewer.