summaryrefslogtreecommitdiff
path: root/gnuradio-runtime/include/gnuradio/endianness.h
blob: 88dfe1fe911b81c85c42b34a801576449104a5ea (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
/* -*- c++ -*- */
/*
 * Copyright 2004,2013 Free Software Foundation, Inc.
 *
 * This file is part of GNU Radio
 *
 * SPDX-License-Identifier: GPL-3.0-or-later
 *
 */

#ifndef INCLUDED_GR_ENDIANNESS_H
#define INCLUDED_GR_ENDIANNESS_H

namespace gr {

typedef enum { GR_MSB_FIRST, GR_LSB_FIRST } endianness_t;

} /* namespace gr */

#endif /* INCLUDED_GR_ENDIANNESS_H */