struct VisitorRegistration

Defined at line 20 of file ../../sdk/lib/driver/devicetree/visitors/registration.h

The |VisitorRegistration| is the ABI for visitors to expose themselves to

the Devicetree Visitor Framework. The visitor is loaded in as a shared

library (also referred to as a DSO), and the global symbol

`__devicetree_visitor_registration__` is used by the Devicetree Visitor

Framework to locate this VisitorRegistration in the visitor library. The

framework will use this to instantiate a visitor object to parse the

devicetree.

Public Members

uint64_t version
v1 v1

Records