xref: /minix3/minix/lib/libblockdriver/driver.h (revision 433d6423c39e34ec4b79c950597bb2d236f886be)
1 #ifndef _BLOCKDRIVER_DRIVER_H
2 #define _BLOCKDRIVER_DRIVER_H
3 
4 void blockdriver_process_on_thread(struct blockdriver *bdp, message *m_ptr,
5 	int ipc_status, thread_id_t thread);
6 void blockdriver_reply(message *m_ptr, int ipc_status, int reply);
7 
8 #endif /* _BLOCKDRIVER_DRIVER_H */
9