NVIDIA DriveOS Linux NSR SDK API Reference

7.0.3.0 Release
nvos_log_codes.h
Go to the documentation of this file.
1 /*
2  * Copyright (c) 2019, NVIDIA CORPORATION. All rights reserved.
3  *
4  * NVIDIA CORPORATION and its licensors retain all intellectual property
5  * and proprietary rights in and to this software, related documentation
6  * and any modifications thereto. Any use, reproduction, disclosure or
7  * distribution of this software and related documentation without an express
8  * license agreement from NVIDIA CORPORATION is strictly prohibited.
9  */
10 #ifndef INCLUDED_NVOS_LINUX_LOG_CODES_H
11 #define INCLUDED_NVOS_LINUX_LOG_CODES_H
12 
13 #define NVOS_LOG_CODE_START (0U)
14 #define NVOS_LOG_CODE_END (UINT8_MAX)
15 
16 #endif /* INCLUDED_NVOS_LINUX_LOG_CODES_H */