blob: d060f5a3c1f16b2c610bcc55377ef0bdccb21c80 [file] [log] [blame]
/* SPDX-License-Identifier: GPL-2.0+ */
/*
* Copyright (C) 2023 Svyatoslav Ryhel <clamor95@gmail.com>
*/
#ifndef __EXTCON_H
#define __EXTCON_H
struct udevice;
/**
* struct extcon_uc_plat - Platform data the uclass stores about each device
*
* To be filled
*/
struct extcon_uc_plat {
};
#endif