44#include <machine/ansi.h>
49#define _BSD_VA_LIST_ va_list
51#define __dead RTEMS_NO_RETURN
53#define err rtems_shell_err
54#define verr rtems_shell_verr
55#define errx rtems_shell_errx
56#define verrx rtems_shell_verrx
57#define warn rtems_shell_warn
58#define vwarn rtems_shell_vwarn
59#define warnx rtems_shell_warnx
60#define vwarnx rtems_shell_vwarnx
65extern jmp_buf rtems_shell_bsd_exit_recover;
68__dead
void err(jmp_buf*,
int,
const char *, ...)
70__dead
void verr(jmp_buf*,
int, const
char *, _BSD_VA_LIST_)
72__dead
void errx(jmp_buf*,
int, const
char *, ...)
74__dead
void verrx(jmp_buf*,
int, const
char *, _BSD_VA_LIST_)
76void warn(const
char *, ...)
78void vwarn(const
char *, _BSD_VA_LIST_)
80void warnx(const
char *, ...)
82void vwarnx(const
char *, _BSD_VA_LIST_)
This header file provides basic definitions used by the API and the implementation.
This header file defines the RTEMS Classic API.
Definition: xnandpsu_onfi.h:185