summaryrefslogtreecommitdiff
path: root/src/cim_dev.h
diff options
context:
space:
mode:
authorJordan Crouse <jordan.crouse@amd.com>2008-03-11 16:21:58 -0600
committerJordan Crouse <jordan.crouse@amd.com>2008-03-14 14:16:42 -0600
commit1fd63467e3fa71f289f80dba013046d0065ff3f3 (patch)
tree7fb9b02c9c387818ece447b82ad2d183d423cd15 /src/cim_dev.h
parentec8edd1393f482ca42b401463f0f09580aa263a0 (diff)
Massive coding style fixup - move to X coding style,
remove trailing whitespace, zap unused files and remove blocks of ifdefed out code.
Diffstat (limited to 'src/cim_dev.h')
-rw-r--r--src/cim_dev.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/cim_dev.h b/src/cim_dev.h
index 85eac1e..f491eaf 100644
--- a/src/cim_dev.h
+++ b/src/cim_dev.h
@@ -32,10 +32,10 @@
#define CIMDEV_MINOR_DEV 156
/* Block flags */
-#define CIM_F_FREE 0x01 /* This block is marked as free */
-#define CIM_F_CMDBUF 0x02 /* GP command buffer flag */
-#define CIM_F_PRIVATE 0x04 /* This block is reserved only for its owner */
-#define CIM_F_PUBLIC 0x08 /* This block can be used by the world */
+#define CIM_F_FREE 0x01 /* This block is marked as free */
+#define CIM_F_CMDBUF 0x02 /* GP command buffer flag */
+#define CIM_F_PRIVATE 0x04 /* This block is reserved only for its owner */
+#define CIM_F_PUBLIC 0x08 /* This block can be used by the world */
typedef struct
{