tegrakernel/kernel/nvidia/drivers/video/tegra/host/pva/pva_ccq.h

31 lines
871 B
C

/*
* PVA Command Queue Interface handling
*
* Copyright (c) 2017, 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.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef PVA_CCQ_H
#define PVA_CCQ_H
#include <linux/kernel.h>
#include "pva.h"
struct platform_device;
int pva_ccq_send(struct pva *pva, u64 cmd);
#endif