diff options
Diffstat (limited to 'ddb/db_mp.h')
-rw-r--r-- | ddb/db_mp.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ddb/db_mp.h b/ddb/db_mp.h index e32371d4..98be2653 100644 --- a/ddb/db_mp.h +++ b/ddb/db_mp.h @@ -29,6 +29,7 @@ void db_console(void); #endif /* CONSOLE_ON_MASTER */ boolean_t db_enter(void); +void remote_db_enter(void); void db_leave(void); #endif /* _DDB_DB_MP_H_ */ |