2 * Copyright (c) 2013 Google, Inc
5 * Pavel Herrmann <morpheus.ibis@gmail.com>
6 * Marek Vasut <marex@denx.de>
8 * SPDX-License-Identifier: GPL-2.0+
11 #ifndef _DM_PLATDATA_H
12 #define _DM_PLATDATA_H
15 * struct driver_info - Information required to instantiate a device
18 * @platdata: Driver-specific platform data
25 #define U_BOOT_DEVICE(__name) \
26 ll_entry_declare(struct driver_info, __name, driver_info)