Newer
Older
honey-os / src / userland / scisi / include / scisi.h
@biosfood biosfood on 3 Nov 2023 179 bytes scisi: add blank write and read commands
#ifndef SCISI_H
#define SCISI_H

#include <hlib.h>

typedef struct {
    uint32_t in, out;
    uint32_t serviceId, id;
    uint32_t inFunction, outFunction;
} ScisiDevice;

#endif