API Reference Manual 1.51.0
Loading...
Searching...
No Matches
api/spec/align.h
Go to the documentation of this file.
1/* SPDX-License-Identifier: BSD-3-Clause
2 * Copyright (c) 2013-2018 Linaro Limited
3 */
4
11#ifndef ODP_API_SPEC_ALIGN_H_
12#define ODP_API_SPEC_ALIGN_H_
13#include <odp/visibility_begin.h>
14
15#ifdef __cplusplus
16extern "C" {
17#endif
18
25/* Checkpatch complains, but cannot use __aligned(size) for this purpose. */
26
80#ifdef __cplusplus
81}
82#endif
83
84#include <odp/visibility_end.h>
85#endif