diff options
author | Nick Foster <nick@nerdnetworks.org> | 2010-11-22 16:50:14 -0800 |
---|---|---|
committer | Nick Foster <nick@nerdnetworks.org> | 2010-11-22 16:50:14 -0800 |
commit | a2dfa1988c6f624c3c45bd55ca7a7af9c10eb041 (patch) | |
tree | eca7163356bc9dda13cd9af937d399ff41c6a3f1 /firmware/microblaze/lib/i2c.h | |
parent | e7b98030eb3ea7e42bd8d6fa5f115b0219ae2685 (diff) | |
download | uhd-a2dfa1988c6f624c3c45bd55ca7a7af9c10eb041.tar.gz uhd-a2dfa1988c6f624c3c45bd55ca7a7af9c10eb041.tar.bz2 uhd-a2dfa1988c6f624c3c45bd55ca7a7af9c10eb041.zip |
N200 comes up with default IP and MAC when booted in safe mode (button pushed).
Diffstat (limited to 'firmware/microblaze/lib/i2c.h')
-rw-r--r-- | firmware/microblaze/lib/i2c.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/firmware/microblaze/lib/i2c.h b/firmware/microblaze/lib/i2c.h index 6ff0e6982..1af4d72df 100644 --- a/firmware/microblaze/lib/i2c.h +++ b/firmware/microblaze/lib/i2c.h @@ -33,4 +33,7 @@ bool eeprom_write (int i2c_addr, int eeprom_offset, const void *buf, int len); bool eeprom_read (int i2c_addr, int eeprom_offset, void *buf, int len); +bool find_safe_booted_flag(void); +void set_safe_booted_flag(bool flag); + #endif /* INCLUDED_I2C_H */ |