move rb_nosym/rb_sboot here

This commit is contained in:
chuck 1996-05-19 20:08:55 +00:00
parent 31a61aca69
commit 208aa439bf
1 changed files with 8 additions and 0 deletions

View File

@ -185,3 +185,11 @@ struct mvmeprom_args {
#define MVMEPROM_REG_NBARGEND "a4"
#define MVMEPROM_REG_ARGSTART "a5"
#define MVMEPROM_REG_ARGEND "a6"
#ifndef RB_NOSYM
#define RB_NOSYM 0x400
#endif
#ifndef RB_SBOOT
#define RB_SBOOT 0x800
#endif