aboutsummaryrefslogtreecommitdiff
path: root/src/util.h
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2010-03-20 18:17:19 -0400
committerKevin O'Connor <kevin@koconnor.net>2010-03-20 18:17:19 -0400
commitd7eb27efa3f9265dca8357cfa05d9e0560fd4534 (patch)
treee47ab5db226465cf2a87276d161f861e626ccef5 /src/util.h
parent7415270ed16175e443ac1b10205ccabbc964a309 (diff)
downloadseabios-hppa-d7eb27efa3f9265dca8357cfa05d9e0560fd4534.zip
seabios-hppa-d7eb27efa3f9265dca8357cfa05d9e0560fd4534.tar.gz
seabios-hppa-d7eb27efa3f9265dca8357cfa05d9e0560fd4534.tar.bz2
Don't move EBDA while an optionrom is running (CONFIG_THREAD_OPTIONROMS).
Moving the ebda while an optionrom is running could confuse it. So, avoid doing that.
Diffstat (limited to 'src/util.h')
-rw-r--r--src/util.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/util.h b/src/util.h
index 7c7c698..d2ac08a 100644
--- a/src/util.h
+++ b/src/util.h
@@ -216,6 +216,7 @@ void mutex_lock(struct mutex_s *mutex);
void mutex_unlock(struct mutex_s *mutex);
void start_preempt(void);
void finish_preempt(void);
+int wait_preempt(void);
void check_preempt(void);
// output.c