summaryrefslogtreecommitdiff
path: root/minix/lib/libblockdriver/driver.h
blob: d02f5f71fcd162b10eb8443700ba6124375e7228 (plain)
1
2
3
4
5
6
7
8
#ifndef _BLOCKDRIVER_DRIVER_H
#define _BLOCKDRIVER_DRIVER_H

void blockdriver_process_on_thread(struct blockdriver *bdp, message *m_ptr,
	int ipc_status, thread_id_t thread);
void blockdriver_reply(message *m_ptr, int ipc_status, int reply);

#endif /* _BLOCKDRIVER_DRIVER_H */