NVIDIA DriveOS Linux NSR SDK API Reference
7.0.3.0 Release
nvos.h
Go to the documentation of this file.
1
/*
2
* SPDX-FileCopyrightText: Copyright (c) 2006-2025 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
3
* SPDX-License-Identifier: LicenseRef-NvidiaProprietary
4
*
5
* NVIDIA CORPORATION and its licensors retain all intellectual property
6
* and proprietary rights in and to this software, related documentation
7
* and any modifications thereto. Any use, reproduction, disclosure or
8
* distribution of this software and related documentation without an express
9
* license agreement from NVIDIA CORPORATION is strictly prohibited
10
*/
11
12
21
#ifndef INCLUDED_NVOS_H
22
#define INCLUDED_NVOS_H
23
24
#if defined(ANDROID)
25
#include "nvos_s1_tegra.h"
26
#include "nvos_s3_tegra_safety.h"
27
#elif defined(__QNX__) || defined(__linux__)
28
#if (NV_IS_SAFETY == 0) || (NV_DEBUG == 1)
29
#include "nvos_s1_tegra.h"
30
#endif
31
#include "nvos_s3_tegra_safety.h"
32
#else
33
#include "
nvos_tegra_nonsafety.h
"
34
#endif
/* defined(ANDROID) */
35
36
#endif // INCLUDED_NVOS_H
37
nvos_tegra_nonsafety.h
Privacy Policy
|
Manage My Privacy
|
Do Not Sell or Share My Data
|
Terms of Service
|
Accessibility
|
Corporate Policies
|
Product Security
|
Contact
© 2024 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
Subject to Change | For test and development only.
Thu May 8 2025 00:05:07 | PR-10721-6.0