Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 2939 → Rev 2940

/branches/tracing/uspace/app/debug/dthread.h
59,6 → 59,7
void dthread_stop_me(void);
void dthread_resume(dthread_t *dt);
 
unsigned dthread_get_pc(dthread_t *dthread);
 
#endif