Zephyr Project API 3.7.0
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
targets.h
Go to the documentation of this file.
1/*
2 * Copyright (c) 2017 Intel Corp.
3 *
4 * SPDX-License-Identifier: Apache-2.0
5 */
6
7#ifndef _PROT_TEST_TARGETS_H_
8#define _PROT_TEST_TARGETS_H_
9
10#define RODATA_VALUE 0xF00FF00F
11extern const uint32_t rodata_var;
12
13#define BUF_SIZE 16
15
16extern int overwrite_target(int i);
17
18#endif
__UINT32_TYPE__ uint32_t
Definition stdint.h:90
__UINT8_TYPE__ uint8_t
Definition stdint.h:88
#define BUF_SIZE
Definition targets.h:13
const uint32_t rodata_var
Definition targets.c:12
int overwrite_target(int i)
Definition targets.c:16
uint8_t data_buf[16]
Definition targets.c:14