1433d6423SLionel Sambuc #ifndef _BLOCKDRIVER_TRACE_H 2433d6423SLionel Sambuc #define _BLOCKDRIVER_TRACE_H 3433d6423SLionel Sambuc 4*65f76edbSDavid van Moolenbroek int trace_ctl(devminor_t minor, unsigned long request, endpoint_t endpt, 5433d6423SLionel Sambuc cp_grant_id_t grant); 6433d6423SLionel Sambuc 7433d6423SLionel Sambuc void trace_start(thread_id_t thread_id, message *m_ptr); 8433d6423SLionel Sambuc void trace_setsize(thread_id_t thread_id, size_t size); 9433d6423SLionel Sambuc void trace_finish(thread_id_t thread_id, int r); 10433d6423SLionel Sambuc 11433d6423SLionel Sambuc #endif /* _BLOCKDRIVER_TRACE_H */ 12