summaryrefslogblamecommitdiffstats
path: root/drivers/gpu/nvgpu/gp10b/cde_gp10b.h
blob: 52f785f1cb5cd0b4224ac13bcb9ba1588e8e3683 (plain) (tree)






















                                                                            
/*
 * GP10B CDE
 *
 * Copyright (c) 2015, NVIDIA CORPORATION.  All rights reserved.
 *
 * This program is free software; you can redistribute it and/or modify it
 * under the terms and conditions of the GNU General Public License,
 * version 2, as published by the Free Software Foundation.
 *
 * This program is distributed in the hope it will be useful, but WITHOUT
 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
 * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for
 * more details.
 */

#ifndef _NVHOST_GP10B_CDE
#define _NVHOST_GP10B_CDE

struct gpu_ops;

void gp10b_init_cde_ops(struct gpu_ops *gops);

#endif