diff options
author | wdenk <wdenk> | 2004-06-09 00:51:50 +0000 |
---|---|---|
committer | wdenk <wdenk> | 2004-06-09 00:51:50 +0000 |
commit | 547b4cb25e585e154b5e84e33df3d157f786e305 (patch) | |
tree | 0f8b4f57d11a49c9b73b825fb9ad05c562c0dc05 /include/common.h | |
parent | 97d80fc3912e517ee40e269abf534a006025da5c (diff) |
Patches by Jon Loeliger, 11 May 2004:
(partially, as they contained a lot of crap)
Diffstat (limited to 'include/common.h')
-rw-r--r-- | include/common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/common.h b/include/common.h index be8642656..8a81e435e 100644 --- a/include/common.h +++ b/include/common.h @@ -316,6 +316,7 @@ uint get_immr (uint); #endif uint get_pir (void); uint get_pvr (void); +uint get_svr (void); uint rd_ic_cst (void); void wr_ic_cst (uint); void wr_ic_adr (uint); |