projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2af3747
)
Add include guard.
author
Jeremy Kolb
<jkolb@freedesktop.org>
Sun, 12 Nov 2006 18:18:02 +0000
(18:18 +0000)
committer
Jeremy Kolb
<jkolb@freedesktop.org>
Sun, 12 Nov 2006 18:18:02 +0000
(18:18 +0000)
src/mesa/drivers/dri/nouveau/nouveau_object.h
patch
|
blob
|
history
diff --git
a/src/mesa/drivers/dri/nouveau/nouveau_object.h
b/src/mesa/drivers/dri/nouveau/nouveau_object.h
index 5fe7487c47b4550434ab372bcd58d925561bd8d3..1065a0be59eaf36db0649254bf3af9348108e184 100644
(file)
--- a/
src/mesa/drivers/dri/nouveau/nouveau_object.h
+++ b/
src/mesa/drivers/dri/nouveau/nouveau_object.h
@@
-1,3
+1,5
@@
+#ifndef __NOUVEAU_OBJECT_H__
+#define __NOUVEAU_OBJECT_H__
#include "nouveau_context.h"
@@
-11,3
+13,4
@@
enum DMASubchannel {
NvSub3D = 1,
};
+#endif