mirror of
https://github.com/0O0o0oOoO00/Alas.git
synced 2026-05-20 12:49:26 +08:00
17 lines
492 B
C
17 lines
492 B
C
#ifndef CLOSURE_TRAMPOLINE_COMMON_HANDLER_H
|
|
#define CLOSURE_TRAMPOLINE_COMMON_HANDLER_H
|
|
|
|
#include "dobby/dobby_internal.h"
|
|
|
|
#include "Interceptor.h"
|
|
#include "TrampolineBridge/ClosureTrampolineBridge/ClosureTrampoline.h"
|
|
|
|
extern "C" {
|
|
void common_closure_bridge_handler(DobbyRegisterContext *ctx, ClosureTrampolineEntry *entry);
|
|
}
|
|
|
|
void get_routing_bridge_next_hop(DobbyRegisterContext *ctx, void *address);
|
|
|
|
void set_routing_bridge_next_hop(DobbyRegisterContext *ctx, void *address);
|
|
|
|
#endif |