summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gp106/sec2_gp106.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gp106/sec2_gp106.h')
-rw-r--r--drivers/gpu/nvgpu/gp106/sec2_gp106.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/drivers/gpu/nvgpu/gp106/sec2_gp106.h b/drivers/gpu/nvgpu/gp106/sec2_gp106.h
index cab3ca5d..b17028e7 100644
--- a/drivers/gpu/nvgpu/gp106/sec2_gp106.h
+++ b/drivers/gpu/nvgpu/gp106/sec2_gp106.h
@@ -1,5 +1,5 @@
1/* 1/*
2 * Copyright (c) 2016-2017, 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 __SEC2_H_ 23#ifndef NVGPU_SEC2_GP106_H
24#define __SEC2_H_ 24#define NVGPU_SEC2_GP106_H
25 25
26int gp106_sec2_clear_halt_interrupt_status(struct gk20a *g, 26int gp106_sec2_clear_halt_interrupt_status(struct gk20a *g,
27 unsigned int timeout); 27 unsigned int timeout);
@@ -33,4 +33,4 @@ int init_sec2_setup_hw1(struct gk20a *g,
33 void *desc, u32 bl_sz); 33 void *desc, u32 bl_sz);
34int gp106_sec2_reset(struct gk20a *g); 34int gp106_sec2_reset(struct gk20a *g);
35 35
36#endif /*__SEC2_H_*/ 36#endif /* NVGPU_SEC2_GP106_H */