summaryrefslogtreecommitdiff
path: root/include/kernel/hd.h
blob: 26c705d8d68fa1c7846f59435391a58a2b3f9b63 (plain)
1
2
3
4
5
6
7
#ifndef _HD_H
#define _HD_H

int hd_read(void*, uint32_t, uint8_t);
int hd_write(void*, uint32_t, uint8_t);

#endif