| * fwnode.h - Firmware device node object handle type definition. |
| * Copyright (C) 2015, Intel Corporation |
| * Author: Rafael J. Wysocki <rafael.j.wysocki@intel.com> |
| * This program is free software; you can redistribute it and/or modify |
| * it under the terms of the GNU General Public License version 2 as |
| * published by the Free Software Foundation. |
| struct fwnode_handle *secondary; |
| * struct fwnode_endpoint - Fwnode graph endpoint |
| * @local_fwnode: reference to the related fwnode |
| const struct fwnode_handle *local_fwnode; |