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

@@ -19,6 +19,7 @@
#include "config.h"
#endif
#include <stdarg.h>
#include <stdlib.h>
#include <stdio.h>
#include <string.h>