summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a/hal.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gk20a/hal.h')
-rw-r--r--drivers/gpu/nvgpu/gk20a/hal.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/hal.h b/drivers/gpu/nvgpu/gk20a/hal.h
index b26b2ef5..0a6e7094 100644
--- a/drivers/gpu/nvgpu/gk20a/hal.h
+++ b/drivers/gpu/nvgpu/gk20a/hal.h
@@ -1,7 +1,7 @@
1/* 1/*
2 * NVIDIA GPU Hardware Abstraction Layer functions definitions. 2 * NVIDIA GPU Hardware Abstraction Layer functions definitions.
3 * 3 *
4 * Copyright (c) 2014, NVIDIA CORPORATION. All rights reserved. 4 * Copyright (c) 2014-2018, NVIDIA CORPORATION. All rights reserved.
5 * 5 *
6 * Permission is hereby granted, free of charge, to any person obtaining a 6 * Permission is hereby granted, free of charge, to any person obtaining a
7 * copy of this software and associated documentation files (the "Software"), 7 * copy of this software and associated documentation files (the "Software"),
@@ -22,11 +22,11 @@
22 * DEALINGS IN THE SOFTWARE. 22 * DEALINGS IN THE SOFTWARE.
23 */ 23 */
24 24
25#ifndef __HAL_GPU__ 25#ifndef NVGPU_GK20A_HAL_H
26#define __HAL_GPU__ 26#define NVGPU_GK20A_HAL_H
27 27
28struct gk20a; 28struct gk20a;
29 29
30int gpu_init_hal(struct gk20a *g); 30int gpu_init_hal(struct gk20a *g);
31 31
32#endif /* __HAL_GPU__ */ 32#endif /* NVGPU_GK20A_HAL_H */