summaryrefslogtreecommitdiff
path: root/libqmrom/include/byteswap.h
blob: 68527364d6b315dad613898620b9f7c0fefeb881 (plain)
1
2
3
4
5
6
7
8
9
10
// SPDX-License-Identifier: GPL-2.0 OR Apache-2.0
/*
 * Copyright 2022 Qorvo US, Inc.
 *
 */

#ifndef BYTESWAP_H
#define BYTESWAP_H
#define bswap_16 __builtin_bswap16
#endif