mirror of
https://github.com/NVIDIA/open-gpu-kernel-modules.git
synced 2026-04-22 23:39:13 +00:00
515.43.04
This commit is contained in:
31
src/nvidia/generated/g_rpc_odb.h
Normal file
31
src/nvidia/generated/g_rpc_odb.h
Normal file
@@ -0,0 +1,31 @@
|
||||
// This file is automatically generated by rmconfig - DO NOT EDIT!
|
||||
//
|
||||
// Provides RPC object boilerplate and RTTI.
|
||||
//
|
||||
// Profile: shipping-gpus-openrm
|
||||
// Haldef: rpc.def
|
||||
// Template: templates/gt_eng_odb.h
|
||||
//
|
||||
|
||||
#ifndef _G_RPC_ODB_H_
|
||||
#define _G_RPC_ODB_H_
|
||||
|
||||
#include "core/core.h"
|
||||
#include "g_rpc_hal.h"
|
||||
|
||||
|
||||
#define __RPC_OBJECT_BASE_DEFINITION \
|
||||
const struct NVOC_RTTI *__nvoc_rtti; \
|
||||
RPC_OBJ_IFACES obj; \
|
||||
RPC_HAL_IFACES _hal
|
||||
|
||||
|
||||
extern const struct NVOC_CLASS_DEF __iom_class_def_OBJRPC;
|
||||
#define __nvoc_class_def_OBJRPC __iom_class_def_OBJRPC
|
||||
|
||||
#ifndef __nvoc_class_id_OBJRPC
|
||||
#define __nvoc_class_id_OBJRPC 0x1ab16a
|
||||
#endif /* __nvoc_class_id_OBJRPC */
|
||||
|
||||
|
||||
#endif // _G_RPC_ODB_H_
|
||||
Reference in New Issue
Block a user