summaryrefslogtreecommitdiff
path: root/lib/libc/src/hyra/disk.c
AgeCommit message (Collapse)Author
13 hourslibc: disk: Implement disk_query() interfaceIan Moffett
Introduce a libc disk_query() to invoke the query operation of specific disks via __disk_io() Signed-off-by: Ian Moffett <ian@osmora.org>
28 hoursusr: libc: Silence type mismatch warningsIan Moffett
Signed-off-by: Ian Moffett <ian@osmora.org>
3 daysusr: libc: Add initial disk engine interfaceIan Moffett
This commit implements a libc interface to the Hyra disk engine and adds functions such as disk_read() and disk_write(). There is also a mostly internal __disk_io() routine which is made to have external linkage as it could potentially be useful for cases where fine grained control over the engine is needed, though it is recommended to rely on the other functions whenever possible. Signed-off-by: Ian Moffett <ian@osmora.org>