summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/ctrl/ctrlboardobj.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/ctrl/ctrlboardobj.h')
-rw-r--r--drivers/gpu/nvgpu/ctrl/ctrlboardobj.h9
1 files changed, 4 insertions, 5 deletions
diff --git a/drivers/gpu/nvgpu/ctrl/ctrlboardobj.h b/drivers/gpu/nvgpu/ctrl/ctrlboardobj.h
index 5941e2e6..9e4402a5 100644
--- a/drivers/gpu/nvgpu/ctrl/ctrlboardobj.h
+++ b/drivers/gpu/nvgpu/ctrl/ctrlboardobj.h
@@ -1,5 +1,5 @@
1/* 1/*
2 * Copyright (c) 2016, NVIDIA CORPORATION. All rights reserved. 2 * Copyright (c) 2016-2018, NVIDIA CORPORATION. All rights reserved.
3 * 3 *
4 * Permission is hereby granted, free of charge, to any person obtaining a 4 * Permission is hereby granted, free of charge, to any person obtaining a
5 * copy of this software and associated documentation files (the "Software"), 5 * copy of this software and associated documentation files (the "Software"),
@@ -20,8 +20,8 @@
20 * DEALINGS IN THE SOFTWARE. 20 * DEALINGS IN THE SOFTWARE.
21 */ 21 */
22 22
23#ifndef _ctrlboardobj_h_ 23#ifndef NVGPU_CTRLBOARDOBJ_H
24#define _ctrlboardobj_h_ 24#define NVGPU_CTRLBOARDOBJ_H
25 25
26struct ctrl_boardobj { 26struct ctrl_boardobj {
27 u8 type; 27 u8 type;
@@ -86,5 +86,4 @@ struct ctrl_boardobjgrp {
86 u32 obj_mask; 86 u32 obj_mask;
87}; 87};
88 88
89#endif 89#endif /* NVGPU_CTRLBOARDOBJ_H */
90