summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/include/nvgpu/acr/acr_objflcn.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/include/nvgpu/acr/acr_objflcn.h')
-rw-r--r--drivers/gpu/nvgpu/include/nvgpu/acr/acr_objflcn.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/drivers/gpu/nvgpu/include/nvgpu/acr/acr_objflcn.h b/drivers/gpu/nvgpu/include/nvgpu/acr/acr_objflcn.h
index 951eb3c6..57b43c8a 100644
--- a/drivers/gpu/nvgpu/include/nvgpu/acr/acr_objflcn.h
+++ b/drivers/gpu/nvgpu/include/nvgpu/acr/acr_objflcn.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"),
@@ -19,10 +19,10 @@
19 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 19 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
20 * DEALINGS IN THE SOFTWARE. 20 * DEALINGS IN THE SOFTWARE.
21 */ 21 */
22#ifndef __ACR_OBJFLCN_H__ 22#ifndef NVGPU_ACR_OBJFLCN_H
23#define __ACR_OBJFLCN_H__ 23#define NVGPU_ACR_OBJFLCN_H
24 24
25#ifndef __NVGPU_ACR_H__ 25#ifndef NVGPU_ACR_H
26#warning "acr_objflcn.h not included from nvgpu_acr.h!" \ 26#warning "acr_objflcn.h not included from nvgpu_acr.h!" \
27 "Include nvgpu_acr.h instead of acr_xxx.h to get access to ACR interfaces" 27 "Include nvgpu_acr.h instead of acr_xxx.h to get access to ACR interfaces"
28#endif 28#endif
@@ -88,4 +88,4 @@ struct flcn_ucode_img_v1 {
88#define FLCN_NL_UCODE_HDR_OS_OVL_SIZE_IND(N) \ 88#define FLCN_NL_UCODE_HDR_OS_OVL_SIZE_IND(N) \
89 (FLCN_NL_UCODE_HDR_APP_DATA_END_IND(N) + 2) 89 (FLCN_NL_UCODE_HDR_APP_DATA_END_IND(N) + 2)
90 90
91#endif /* __ACR_OBJFLCN_H__ */ 91#endif /* NVGPU_ACR_OBJFLCN_H */