aboutsummaryrefslogtreecommitdiff
path: root/include/types.h
blob: a7a45f5cb4ecc266beb0905f01550d126af024fd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// SPDX-License-Identifier: Apache-2.0
/* Copyright 2013-2015 IBM Corp. */

#ifndef __TYPES_H
#define __TYPES_H
#include <ccan/short_types/short_types.h>
#include <ccan/endian/endian.h>

/* These are currently just for clarity, but we could apply sparse. */
typedef beint16_t __be16;
typedef beint32_t __be32;
typedef beint64_t __be64;

#endif /* __TYPES_H */