forked from Imagelibrary/rtems
Move printer initialization to separate header
The RTEMS print user need to know nothing about a particular printer implementation. In particular get rid of the <stdio.h> include which would be visible via <rtems.h>.
This commit is contained in:
@@ -11,6 +11,7 @@
|
||||
#include "config.h"
|
||||
#endif
|
||||
|
||||
#include <rtems/printer.h>
|
||||
#include <rtems/test.h>
|
||||
|
||||
#include <bsp.h> /* for device driver prototypes */
|
||||
|
||||
Reference in New Issue
Block a user