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:
Sebastian Huber
2016-06-21 13:30:15 +02:00
parent ede1a4182d
commit 506bfc8580
27 changed files with 153 additions and 94 deletions

View File

@@ -11,6 +11,7 @@
#include "config.h"
#endif
#include <rtems/printer.h>
#include <rtems/test.h>
#include <bsp.h> /* for device driver prototypes */