diff options
Diffstat (limited to 'drivers/misc/sgi-gru/grutables.h')
-rw-r--r-- | drivers/misc/sgi-gru/grutables.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/misc/sgi-gru/grutables.h b/drivers/misc/sgi-gru/grutables.h index cc0fc734405e..378a0894198e 100644 --- a/drivers/misc/sgi-gru/grutables.h +++ b/drivers/misc/sgi-gru/grutables.h | |||
@@ -239,6 +239,9 @@ struct gru_stats_s { | |||
239 | 239 | ||
240 | }; | 240 | }; |
241 | 241 | ||
242 | enum mcs_op {cchop_allocate, cchop_start, cchop_interrupt, cchop_interrupt_sync, | ||
243 | cchop_deallocate, tghop_invalidate, mcsop_last}; | ||
244 | |||
242 | #define OPT_DPRINT 1 | 245 | #define OPT_DPRINT 1 |
243 | #define OPT_STATS 2 | 246 | #define OPT_STATS 2 |
244 | #define GRU_QUICKLOOK 4 | 247 | #define GRU_QUICKLOOK 4 |