xref: /rk3399_rockchip-uboot/include/usbplug.h (revision 39d40ad54eb2274a86419000e0e087673f86508a)
1 /* SPDX-License-Identifier:     GPL-2.0+ */
2 /*
3  * (C) Copyright 2023 Rockchip Electronics Co., Ltd
4  *
5  */
6 
7 #ifndef __USBPLUG_H
8 #define __USBPLUG_H
9 
10 struct blk_desc *usbplug_blk_get_devnum_by_type(enum if_type if_type, int devnum);
11 
12 #endif