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