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