linux/drivers/net/can/softing/softing_platform.h

/* SPDX-License-Identifier: GPL-2.0 */

#include <linux/platform_device.h>

#ifndef _SOFTING_DEVICE_H_
#define _SOFTING_DEVICE_H_

/* softing firmware directory prefix */
#define fw_dir

struct softing_platform_data {};

#endif