summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gv11b/mc_gv11b.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gv11b/mc_gv11b.h')
-rw-r--r--drivers/gpu/nvgpu/gv11b/mc_gv11b.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/drivers/gpu/nvgpu/gv11b/mc_gv11b.h b/drivers/gpu/nvgpu/gv11b/mc_gv11b.h
index 6cb2cde0..53f25a39 100644
--- a/drivers/gpu/nvgpu/gv11b/mc_gv11b.h
+++ b/drivers/gpu/nvgpu/gv11b/mc_gv11b.h
@@ -1,5 +1,5 @@
1/* 1/*
2 * Copyright (c) 2016, NVIDIA CORPORATION. All rights reserved. 2 * Copyright (c) 2016-2017, NVIDIA CORPORATION. All rights reserved.
3 * 3 *
4 * This program is free software; you can redistribute it and/or modify it 4 * This program is free software; you can redistribute it and/or modify it
5 * under the terms and conditions of the GNU General Public License, 5 * under the terms and conditions of the GNU General Public License,
@@ -15,5 +15,6 @@
15#define MC_GV11B_H 15#define MC_GV11B_H
16struct gk20a; 16struct gk20a;
17 17
18void gv11b_init_mc(struct gpu_ops *gops); 18void mc_gv11b_intr_enable(struct gk20a *g);
19bool gv11b_mc_is_intr_hub_pending(struct gk20a *g, u32 mc_intr_0);
19#endif 20#endif