brintos

brintos / linux-shallow public Read only

0
0
Text · 254 B · 5b50f7e Raw
10 lines · c
1/* SPDX-License-Identifier: GPL-2.0 */2#ifndef _LINUX_VIRTIO_BYTEORDER_STUB_H3#define _LINUX_VIRTIO_BYTEORDER_STUB_H4 5#include <asm/byteorder.h>6#include "../../include/linux/byteorder/generic.h"7#include "../../include/linux/virtio_byteorder.h"8 9#endif10