summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/common/fuse/fuse_gp10b.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/common/fuse/fuse_gp10b.h')
-rw-r--r--drivers/gpu/nvgpu/common/fuse/fuse_gp10b.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/gpu/nvgpu/common/fuse/fuse_gp10b.h b/drivers/gpu/nvgpu/common/fuse/fuse_gp10b.h
index d9037e22..4d3b2b07 100644
--- a/drivers/gpu/nvgpu/common/fuse/fuse_gp10b.h
+++ b/drivers/gpu/nvgpu/common/fuse/fuse_gp10b.h
@@ -22,8 +22,8 @@
22 * DEALINGS IN THE SOFTWARE. 22 * DEALINGS IN THE SOFTWARE.
23 */ 23 */
24 24
25#ifndef _NVGPU_GP10B_FUSE 25#ifndef NVGPU_FUSE_GP10B_H
26#define _NVGPU_GP10B_FUSE 26#define NVGPU_FUSE_GP10B_H
27 27
28struct gk20a; 28struct gk20a;
29 29
@@ -31,4 +31,4 @@ int gp10b_fuse_check_priv_security(struct gk20a *g);
31bool gp10b_fuse_is_opt_ecc_enable(struct gk20a *g); 31bool gp10b_fuse_is_opt_ecc_enable(struct gk20a *g);
32bool gp10b_fuse_is_opt_feature_override_disable(struct gk20a *g); 32bool gp10b_fuse_is_opt_feature_override_disable(struct gk20a *g);
33 33
34#endif 34#endif /* NVGPU_FUSE_GP10B_H */