NVIDIA DRIVE OS Linux API Reference

5.1.0.2 Release

 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
rcm_support.h
Go to the documentation of this file.
1 /*
2  * Copyright (c) 2014-2015, 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 
11 
12 
13 #ifndef INCLUDED_RCMSUPPORT_H
14 #define INCLUDED_RCMSUPPORT_H
15 
16 #include <tegrabl_blobheader.h>
17 
58 NvError QbRcmGetImagePointer(
59  tegrabl_imgtype_t imagetype,
60  NvUPtr *pImgAddr,
61  NvU32 *pSize);
62 
64 #endif //INCLUDED_RCMSUPPORT_H
NvError QbRcmGetImagePointer(tegrabl_imgtype_t imagetype, NvUPtr *pImgAddr, NvU32 *pSize)
Gets the location where the next image starts.