opendir change: refinement
[minix.git] / lib / libblockdriver / driver.h
blob92dfb8cad4d5517697c2fa0429ecf16a8f0b9043
1 #ifndef _BLOCKDRIVER_DRIVER_H
2 #define _BLOCKDRIVER_DRIVER_H
4 void blockdriver_handle_notify(struct blockdriver *bdp, message *m_ptr);
5 int blockdriver_handle_request(struct blockdriver *bdp, message *m_ptr,
6 thread_id_t thread);
7 void blockdriver_reply(message *m_ptr, int ipc_status, int reply);
9 #endif /* _BLOCKDRIVER_DRIVER_H */