summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gp106/mclk_gp106.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gp106/mclk_gp106.h')
-rw-r--r--drivers/gpu/nvgpu/gp106/mclk_gp106.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/drivers/gpu/nvgpu/gp106/mclk_gp106.h b/drivers/gpu/nvgpu/gp106/mclk_gp106.h
index 9f261b6e..7f5131a7 100644
--- a/drivers/gpu/nvgpu/gp106/mclk_gp106.h
+++ b/drivers/gpu/nvgpu/gp106/mclk_gp106.h
@@ -1,5 +1,5 @@
1/* 1/*
2* Copyright (c) 2017, NVIDIA CORPORATION. All rights reserved. 2* Copyright (c) 2017-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,11 +20,11 @@
20 * DEALINGS IN THE SOFTWARE. 20 * DEALINGS IN THE SOFTWARE.
21*/ 21*/
22 22
23#ifndef _MCLK_GP106_H_ 23#ifndef NVGPU_MCLK_GP106_H
24#define _MCLK_GP106_H_ 24#define NVGPU_MCLK_GP106_H
25 25
26extern int gp106_mclk_init(struct gk20a *g); 26extern int gp106_mclk_init(struct gk20a *g);
27extern void gp106_mclk_deinit(struct gk20a *g); 27extern void gp106_mclk_deinit(struct gk20a *g);
28extern int gp106_mclk_change(struct gk20a *g, u16 val); 28extern int gp106_mclk_change(struct gk20a *g, u16 val);
29 29
30#endif 30#endif /* NVGPU_MCLK_GP106_H */