Newer
Older
honey-os / src / userland / usbStorage / include / storage.h
@biosfood biosfood on 29 Oct 2023 157 bytes clean up usbStorage initialization
#ifndef STORAGE_H
#define STORAGE_H

#include <hlib.h>

typedef struct {
    uint32_t serviceId;
    uint32_t deviceId;
} StorageDevice;

#endif // STORAGE_H