virtio_byteorder.h 254 B

123456789
  1. /* SPDX-License-Identifier: GPL-2.0 */
  2. #ifndef _LINUX_VIRTIO_BYTEORDER_STUB_H
  3. #define _LINUX_VIRTIO_BYTEORDER_STUB_H
  4. #include <asm/byteorder.h>
  5. #include "../../include/linux/byteorder/generic.h"
  6. #include "../../include/linux/virtio_byteorder.h"
  7. #endif