diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2023-01-24 00:15:40 +0100 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2023-01-24 00:15:43 +0100 |
commit | e3a433153e237ce7fc5caf51edd602500e256156 (patch) | |
tree | ed81f329fe32147dee95816f88fe7a6d28504c1c /ddb/db_mp.h | |
parent | fed2c08c45bd0e87b90d07fd52011de129be9315 (diff) | |
download | gnumach-e3a433153e237ce7fc5caf51edd602500e256156.tar.gz gnumach-e3a433153e237ce7fc5caf51edd602500e256156.tar.bz2 gnumach-e3a433153e237ce7fc5caf51edd602500e256156.zip |
ddb: Add prototype for remote_db_enter
It will be useful for smp support.
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_ */ |