Renamed some header files to new project name

This commit is contained in:
2019-12-28 15:09:39 -05:00
parent c63d5845e4
commit 5f3cb1b041
11 changed files with 33 additions and 33 deletions

View File

@@ -1,5 +1,5 @@
#ifndef IPWNDFU_REWRITE_C_BRFUNC_AES_H
#define IPWNDFU_REWRITE_C_BRFUNC_AES_H
#ifndef CHECKM8_TOOL_BRFUNC_AES_H
#define CHECKM8_TOOL_BRFUNC_AES_H
#include "brfunc_common.h"
@@ -15,4 +15,4 @@
#define rAES_INT_STATUS (long *) ADDR_AES_CONTROL
#define rAES_CONTROL (long *) ADDR_AES_STATUS
#endif //IPWNDFU_REWRITE_C_BRFUNC_AES_H
#endif //CHECKM8_TOOL_BRFUNC_AES_H

View File

@@ -1,5 +1,5 @@
#ifndef IPWNDFU_REWRITE_C_BRFUNC_COMMON_H
#define IPWNDFU_REWRITE_C_BRFUNC_COMMON_H
#ifndef CHECKM8_TOOL_BRFUNC_COMMON_H
#define CHECKM8_TOOL_BRFUNC_COMMON_H
#include "checkm8_config.h"
@@ -32,4 +32,4 @@ typedef int (*BOOTROM_FUNC)();
#error "Unsupported checkm8 platform"
#endif
#endif //IPWNDFU_REWRITE_C_BRFUNC_COMMON_H
#endif //CHECKM8_TOOL_BRFUNC_COMMON_H

View File

@@ -1,9 +1,9 @@
#ifndef IPWNDFU_REWRITE_C_BRFUNC_SEP_H
#define IPWNDFU_REWRITE_C_BRFUNC_SEP_H
#ifndef CHECKM8_TOOL_BRFUNC_SEP_H
#define CHECKM8_TOOL_BRFUNC_SEP_H
#include "brfunc_common.h"
#define DPA_SEEDED ((BOOTROM_FUNC) ADDR_DPA_SEEDED)
#define SEP_CREATE_SEND_DPA_MESSAGE ((BOOTROM_FUNC) ADDR_SEND_DPA_MESSAGE)
#endif //IPWNDFU_REWRITE_C_BRFUNC_SEP_H
#endif //CHECKM8_TOOL_BRFUNC_SEP_H

View File

@@ -1,5 +1,5 @@
#ifndef IPWNDFU_REWRITE_C_BRFUNC_TIMING_H
#define IPWNDFU_REWRITE_C_BRFUNC_TIMING_H
#ifndef CHECKM8_TOOL_BRFUNC_TIMING_H
#define CHECKM8_TOOL_BRFUNC_TIMING_H
#include "brfunc_common.h"
@@ -7,4 +7,4 @@
#define SYSTEM_TIME ((BOOTROM_FUNC) ADDR_SYSTEM_TIME)
#define TIME_HAS_ELAPSED ((BOOTROM_FUNC) ADDR_TIME_HAS_ELAPSED)
#endif //IPWNDFU_REWRITE_C_BRFUNC_TIMING_H
#endif //CHECKM8_TOOL_BRFUNC_TIMING_H

View File

@@ -1,7 +1,7 @@
#ifndef IPWNDFU_REWRITE_C_UTIL_H
#define IPWNDFU_REWRITE_C_UTIL_H
#ifndef CHECKM8_TOOL_UTIL_H
#define CHECKM8_TOOL_UTIL_H
#define PAYLOAD_SECTION __attribute__ ((section (".payload_text")))
#define TEXT_SECTION __attribute__((section (".text")))
#endif //IPWNDFU_REWRITE_C_UTIL_H
#endif //CHECKM8_TOOL_UTIL_H