forked from Imagelibrary/rtems
2005-01-20 Joel Sherrill <joel@OARcorp.com>
* include/commproc.h: The variable cpmp was not used anywhere but console.c and was static in console.c, so should not have been in this file as extern.
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
2005-01-20 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* include/commproc.h: The variable cpmp was not used anywhere but
|
||||
console.c and was static in console.c, so should not have been in
|
||||
this file as extern.
|
||||
|
||||
2005-01-07 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
|
||||
|
||||
@@ -61,7 +61,6 @@
|
||||
/* Export the base address of the communication processor registers
|
||||
* and dual port ram.
|
||||
*/
|
||||
extern cpm8xx_t *cpmp; /* Pointer to comm processor */
|
||||
unsigned int m8xx_cpm_dpalloc(unsigned int size);
|
||||
unsigned int m8xx_cpm_hostalloc(unsigned int size);
|
||||
void m8xx_cpm_setbrg(unsigned int brg, unsigned int rate);
|
||||
|
||||
Reference in New Issue
Block a user