Jetpack/kernel/nvidia/drivers/video/tegra/host/class_ids_t186.h
dchvs 31faf4d851 cti_kernel: Add CTI sources
Elroy L4T r32.4.4 – JetPack 4.4.1
2021-03-15 20:15:11 -06:00

27 lines
873 B
C

/*
* Tegra Host Module Class IDs for T186
*
* Copyright (c) 2014-2016, 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 __NVHOST_CLASS_IDS_T186_H
#define __NVHOST_CLASS_IDS_T186_H
enum {
NV_VIDEO_STREAMING_NVCSI_CLASS_ID = 0x38,
};
#endif /*__NVHOST_CLASS_IDS_H */