diff options
| author | pbrook <pbrook@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-05-06 15:36:17 +0000 |
|---|---|---|
| committer | pbrook <pbrook@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-05-06 15:36:17 +0000 |
| commit | a745ec6d91fc3ee06b4c281d30b472aeaa6302e0 (patch) | |
| tree | a2dec5b590f8e3c9846eac199caa4aa53541df66 /linux-user/qemu.h | |
| parent | f0b86b144830ce2553e2c470aeed1d7b16bfd68b (diff) | |
| download | focaccia-qemu-a745ec6d91fc3ee06b4c281d30b472aeaa6302e0.tar.gz focaccia-qemu-a745ec6d91fc3ee06b4c281d30b472aeaa6302e0.zip | |
Update ARM rt_frame layout.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4365 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'linux-user/qemu.h')
| -rw-r--r-- | linux-user/qemu.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/linux-user/qemu.h b/linux-user/qemu.h index b33ad8942f..5106d4526d 100644 --- a/linux-user/qemu.h +++ b/linux-user/qemu.h @@ -169,6 +169,7 @@ void cpu_loop(CPUState *env); void init_paths(const char *prefix); const char *path(const char *pathname); char *target_strerror(int err); +int get_osversion(void); extern int loglevel; extern FILE *logfile; |