etc/services - sync with NetBSD-8
[minix.git] / minix / lib / libblockdriver / driver.h
blobd02f5f71fcd162b10eb8443700ba6124375e7228
1 #ifndef _BLOCKDRIVER_DRIVER_H
2 #define _BLOCKDRIVER_DRIVER_H
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);
8 #endif /* _BLOCKDRIVER_DRIVER_H */