log.h 229 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 13 #ifndef _LOG_H_ #define _LOG_H_ /* * $Revision: 1.1.1.1 $ */ /* RamRom log address */ #define LOG_ADDRESS (0xb0a00000) /* 10 MB boundary */ #define MAX_LOG_ADDRESS (LOG_ADDRESS+(4*20)) #endif