tegrakernel/kernel/nvidia/drivers/video/tegra/nvmap/nv2/nvmap_structs.h

27 lines
750 B
C

/*
* Copyright (c) 2018, 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 __NVMAP_STRUCTS_H
#define __NVMAP_STRUCTS_H
struct nvmap_handle;
struct nvmap_handle_info;
struct nvmap_handle_ref;
struct nvmap_client;
struct nvmap_carveout_node;
struct nvmap_heap;
#endif /* __NVMAP_STRUCTS_H */