Files
mop3/kernel/device/usb/mass_storage.h
kamkow1 88df4cbdd5
All checks were successful
Build documentation / build-and-deploy (push) Successful in 4m6s
Build ISO image / build-and-deploy (push) Successful in 4m55s
XHCI set device configuration
2026-04-02 16:24:28 +02:00

9 lines
188 B
C

#ifndef _KERNEL_DEVICE_USB_MASS_STORAGE_H
#define _KERNEL_DEVICE_USB_MASS_STORAGE_H
#include <libk/std.h>
bool usb_mass_storage_init (void);
#endif // _KERNEL_DEVICE_USB_MASS_STORAGE_H