mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-10-14 18:05:28 +08:00
Disable cold boot indicator
This commit is contained in:
@@ -45,7 +45,12 @@
|
||||
#include <sys/queue.h>
|
||||
#include <sys/stdint.h> /* for people using printf mainly */
|
||||
|
||||
#ifndef __rtems__
|
||||
extern int cold; /* nonzero if we are doing a cold boot */
|
||||
#else /* __rtems__ */
|
||||
/* In RTEMS there is no cold boot */
|
||||
#define cold 0
|
||||
#endif /* __rtems__ */
|
||||
extern int rebooting; /* boot() has been called. */
|
||||
extern const char *panicstr; /* panic message */
|
||||
extern char version[]; /* system version */
|
||||
|
Reference in New Issue
Block a user