Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 2937 → Rev 2938

/branches/tracing/uspace/app/debug/main.h
36,6 → 36,7
#define MAIN_H_
 
#include <udebug.h>
#include <libadt/list.h>
 
#include "include/arch/types.h"
#include "fib_synch.h"
52,11 → 53,6
extern int app_phone;
extern fcv_t go_cv;
 
extern thash_t thread_hash[];
extern int thread_id[];
extern unsigned n_threads;
extern int cwt;
 
void breakpoint_hit(void);