Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at master 10 lines 223 B view raw
1#include <linux/bug.h> 2#include <linux/string.h> 3#include <linux/virtio_features.h> 4 5#ifndef VIRTIO_FEATURES_BITS 6#define VIRTIO_FEATURES_BITS 128 7#endif 8#ifndef VIRTIO_U64 9#define VIRTIO_U64(b) ((b) >> 6) 10#endif