Implement nouveau_device struct.
[nouveau] / src / nouveau_device.h
1 #ifndef __NOUVEAU_DEVICE_H__
2 #define __NOUVEAU_DEVICE_H__
3
4 struct nouveau_device {
5 };
6
7 #endif