]> git.proxmox.com Git - ceph.git/blame - ceph/src/seastar/dpdk/drivers/net/vmxnet3/base/vmxnet3_osdep.h
import 15.2.0 Octopus source
[ceph.git] / ceph / src / seastar / dpdk / drivers / net / vmxnet3 / base / vmxnet3_osdep.h
CommitLineData
9f95a23c
TL
1/* SPDX-License-Identifier: BSD-3-Clause
2 * Copyright(c) 2010-2014 Intel Corporation
7c673cae
FG
3 */
4
5#ifndef _VMXNET3_OSDEP_H
6#define _VMXNET3_OSDEP_H
7
8typedef uint64_t uint64;
9typedef uint32_t uint32;
10typedef uint16_t uint16;
11typedef uint8_t uint8;
12typedef int bool;
13typedef char Bool;
14
15#ifndef UNLIKELY
16#define UNLIKELY(x) __builtin_expect((x),0)
17#endif /* unlikely */
18
19#endif /* _VMXNET3_OSDEP_H */