tegrakernel/kernel/nvidia/drivers/video/tegra/host/class_ids_t186.h

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 */