summaryrefslogtreecommitdiff
path: root/ddb
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2023-01-24 00:15:40 +0100
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2023-01-24 00:15:43 +0100
commite3a433153e237ce7fc5caf51edd602500e256156 (patch)
treeed81f329fe32147dee95816f88fe7a6d28504c1c /ddb
parentfed2c08c45bd0e87b90d07fd52011de129be9315 (diff)
ddb: Add prototype for remote_db_enter
It will be useful for smp support.
Diffstat (limited to 'ddb')
-rw-r--r--ddb/db_mp.h1
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_ */