44#include <machine/ansi.h>
48#define _BSD_VA_LIST_ va_list
52#define err rtems_shell_err
53#define verr rtems_shell_verr
54#define errx rtems_shell_errx
55#define verrx rtems_shell_verrx
56#define warn rtems_shell_warn
57#define vwarn rtems_shell_vwarn
58#define warnx rtems_shell_warnx
59#define vwarnx rtems_shell_vwarnx
64extern jmp_buf rtems_shell_bsd_exit_recover;
67__dead
void err(jmp_buf*,
int,
const char *, ...)
69__dead
void verr(jmp_buf*,
int, const
char *, _BSD_VA_LIST_)
71__dead
void errx(jmp_buf*,
int, const
char *, ...)
73__dead
void verrx(jmp_buf*,
int, const
char *, _BSD_VA_LIST_)
75void warn(const
char *, ...)
77void vwarn(const
char *, _BSD_VA_LIST_)
79void warnx(const
char *, ...)
81void vwarnx(const
char *, _BSD_VA_LIST_)
This header file defines the RTEMS Classic API.
Definition: xnandpsu_onfi.h:185