blob: 71b71c2dcf79b39d6bddae7a59414213a6e7e40c [file] [log] [blame]
#ifndef _PROT_TEST_TARGETS_H_
#define _PROT_TEST_TARGETS_H_
#define RODATA_VALUE 0xF00FF00F
extern const u32_t rodata_var;
#define BUF_SIZE 16
extern u8_t data_buf[BUF_SIZE];
extern int overwrite_target(int i);
#endif