patch(1) problems workaround
[minix3.git] / lib / libblockdriver / trace.h
blobbb15289d922ec5917ada21a6fae78c738b35b0db
1 #ifndef _BLOCKDRIVER_TRACE_H
2 #define _BLOCKDRIVER_TRACE_H
4 int trace_ctl(dev_t minor, unsigned long request, endpoint_t endpt,
5 cp_grant_id_t grant);
7 void trace_start(thread_id_t thread_id, message *m_ptr);
8 void trace_setsize(thread_id_t thread_id, size_t size);
9 void trace_finish(thread_id_t thread_id, int r);
11 #endif /* _BLOCKDRIVER_TRACE_H */