NVIDIA DRIVE OS Linux API Reference

5.1.0.2 Release

 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
bootdata.h
Go to the documentation of this file.
1 /*
2  * Copyright (c) 2016, 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 
36 #ifndef INCLUDED_BOOTDATA_H
37 #define INCLUDED_BOOTDATA_H
38 
39 #include <nvcommon.h>
46 #define MAX_BOOTDATA_SIZE (16 * KB)
47 
58 NvError QbInitBootData(NvU8 *data, NvU32 size);
59 #endif
60 
NvError QbInitBootData(NvU8 *data, NvU32 size)
Initializes boot data to be passed on to kernel.