X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include%2Fusb_mass_storage.h;h=08ccc97cf22494a930974b24d37c09455c97446d;hb=6786ce1ce14feb4d02854a0c04bc0cce505be46e;hp=8229f62b97fcfc594922eafcac6977e2ce88d303;hpb=e6de55ec5bf306df3b3cc8e7a4cc17fa1e78ca6c;p=platform%2Fkernel%2Fu-boot.git diff --git a/include/usb_mass_storage.h b/include/usb_mass_storage.h index 8229f62..08ccc97 100644 --- a/include/usb_mass_storage.h +++ b/include/usb_mass_storage.h @@ -1,8 +1,7 @@ +/* SPDX-License-Identifier: GPL-2.0+ */ /* * Copyright (C) 2011 Samsung Electrnoics * Lukasz Majewski - * - * SPDX-License-Identifier: GPL-2.0+ */ #ifndef __USB_MASS_STORAGE_H__ @@ -26,7 +25,7 @@ struct ums { struct blk_desc block_dev; }; -int fsg_init(struct ums *ums_devs, int count); +int fsg_init(struct ums *ums_devs, int count, unsigned int controller_idx); void fsg_cleanup(void); int fsg_main_thread(void *); int fsg_add(struct usb_configuration *c);