Sign in
linux
/
linux
/
kernel
/
git
/
klassert
/
ipsec
/
858d2a4f67ff69e645a43487ef7ea7f28f06deae
/
.
/
tools
/
virtio
/
linux
/
device.h
blob: 075c2140d975a91294cb0a3809175b893c04a138 [
file
]
#ifndef
LINUX_DEVICE_H
struct
device
{
void
*
parent
;
};
struct
device_driver
{
const
char
*
name
;
};
#endif