Update due to RTEMS printer API changes

This commit is contained in:
Sebastian Huber 2016-06-23 14:06:21 +02:00
parent 628512a031
commit 32fd702138
6 changed files with 7 additions and 2 deletions

View File

@ -59,7 +59,6 @@ __FBSDID("$FreeBSD$");
#include <machine/cpu.h>
#ifndef __rtems__
#include <machine/md_var.h>
#include <machine/stdarg.h>
#else /* __rtems__ */
#ifdef INTR_FILTER
#error INTR_FILTER is currently not suppported with RTEMS
@ -67,6 +66,7 @@ __FBSDID("$FreeBSD$");
#include <machine/rtems-bsd-thread.h>
#define RTEMSBSD_SWI_WAKEUP_EVENT RTEMS_EVENT_31
#endif /* __rtems__ */
#include <machine/stdarg.h>
#ifdef DDB
#include <ddb/ddb.h>
#include <ddb/db_sym.h>

View File

@ -1 +1 @@
/* EMPTY */
#include <stdarg.h>

View File

@ -44,6 +44,8 @@
#include <sys/types.h>
#include <sys/systm.h>
#include <stdarg.h>
void
panic(const char *fmt, ...)
{

View File

@ -50,6 +50,7 @@
#include <sys/mutex.h>
#include <setjmp.h>
#include <stdarg.h>
#include <stdlib.h>
#undef printf

View File

@ -9,6 +9,7 @@
#include <assert.h>
#include <stdlib.h>
#include <stdio.h>
#include <rtems/printer.h>
#include <rtems/stackchk.h>
#include <rtems/bsd/bsd.h>

View File

@ -44,6 +44,7 @@
#include <machine/rtems-bsd-commands.h>
#include <rtems.h>
#include <rtems/printer.h>
#include <rtems/stackchk.h>
#include <rtems/bsd/bsd.h>