projects
/
nouveau
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
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