summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gp106/fifo_gp106.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gp106/fifo_gp106.h')
-rw-r--r--drivers/gpu/nvgpu/gp106/fifo_gp106.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/gpu/nvgpu/gp106/fifo_gp106.h b/drivers/gpu/nvgpu/gp106/fifo_gp106.h
index 1bcec9ef..c70c0995 100644
--- a/drivers/gpu/nvgpu/gp106/fifo_gp106.h
+++ b/drivers/gpu/nvgpu/gp106/fifo_gp106.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,
@@ -13,6 +13,6 @@
13 13
14#ifndef NVGPU_FIFO_GP106_H 14#ifndef NVGPU_FIFO_GP106_H
15#define NVGPU_FIFO_GP106_H 15#define NVGPU_FIFO_GP106_H
16struct gpu_ops; 16struct gk20a;
17void gp106_init_fifo(struct gpu_ops *gops); 17u32 gp106_fifo_get_num_fifos(struct gk20a *g);
18#endif 18#endif