aboutsummaryrefslogtreecommitdiff
path: root/platform/linux-generic/odp_event_api.c
blob: ea9e611060d740264355be1dc7607d04f368acc5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/* Copyright (c) 2018, Linaro Limited
 * All rights reserved.
 *
 * SPDX-License-Identifier:     BSD-3-Clause
 */

#include "config.h"

#include <odp/api/event.h>

/* Non-inlined functions for ABI compat mode */
#define _ODP_NO_INLINE
#include <odp/api/plat/event_inlines.h>