Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 2936 → Rev 2937

/branches/tracing/uspace/app/debug/main.h
35,6 → 35,8
#ifndef MAIN_H_
#define MAIN_H_
 
#include <udebug.h>
 
#include "include/arch/types.h"
#include "fib_synch.h"
 
50,6 → 52,11
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);