xref: /rk3399_rockchip-uboot/include/usbplug.h (revision 3e169ed6d1dfc694be0c8d48ef58532f2407d1ff)
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