1 /* SPDX-License-Identifier: BSD-3-Clause
2 * Copyright(c) 2010-2014 Intel Corporation
5 #ifndef _VMXNET3_OSDEP_H
6 #define _VMXNET3_OSDEP_H
8 typedef uint64_t uint64;
9 typedef uint32_t uint32;
10 typedef uint16_t uint16;
11 typedef uint8_t uint8;
16 #define UNLIKELY(x) __builtin_expect((x),0)
19 #endif /* _VMXNET3_OSDEP_H */