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