toolchain: add new debugging tool using magenta_debug
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
#ifndef EVENT_H_
|
||||
#define EVENT_H_
|
||||
|
||||
struct packet;
|
||||
struct debug_context;
|
||||
|
||||
extern void event_handle(struct debug_context *ctx, struct packet *event);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user