10 lines
277 B
C
10 lines
277 B
C
#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 //CHECKM8_TOOL_BRFUNC_SEP_H
|