|
Zephyr API 3.6.99
|
Loading...
Searching...
No Matches
Go to the documentation of this file.
7#ifndef ZEPHYR_INCLUDE_DEBUG_SPARSE_H
8#define ZEPHYR_INCLUDE_DEBUG_SPARSE_H
10#if defined(__CHECKER__)
11#define __sparse_cache __attribute__((address_space(__cache)))
12#define __sparse_force __attribute__((force))