Changeset bde9bb5 in rtems for c/src/lib/libbsp/powerpc/shared/console
- Timestamp:
- Apr 6, 2001, 3:58:49 PM (20 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 969de1f3
- Parents:
- 37731c2
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libbsp/powerpc/shared/console/consoleIo.h
r37731c2 rbde9bb5 35 35 36 36 extern int select_console(ioType t); 37 extern int printk(const char *, ...) __attribute__((format(printf, 1, 2))); 37 /* extern int printk(const char *, ...) __attribute__((format(printf, 1, 2))); */ 38 38 extern void udelay(int); 39 39 extern void debug_putc(const unsigned char c);
Note: See TracChangeset
for help on using the changeset viewer.