repo.or.cz
/
linux-2.6
/
linux-acpi-2.6
/
ibm-acpi-2.6.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
x86: initial changes to unify traps_32.c and traps_64.c
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git]
/
include
/
linux
/
virtio_rng.h
blob
331afb6c9f6282a21b9efb7972a161563122974e
1
#ifndef _LINUX_VIRTIO_RNG_H
2
#define _LINUX_VIRTIO_RNG_H
3
#include <linux/virtio_config.h>
4
5
/* The ID for virtio_rng */
6
#define VIRTIO_ID_RNG 4
7
8
#endif
/* _LINUX_VIRTIO_RNG_H */