Newer
Older
honey-os / src / userland / usbStorage / include / storage.h
@biosfood biosfood on 28 Oct 2023 179 bytes subStorage: add stub information
#ifndef STORAGE_H
#define STORAGE_H

#include <hlib.h>

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

#endif // STORAGE_H