commit | cc24599533a206fcb34ef3aac6c3be3be6b4e77b | [log] [tgz] |
---|---|---|
author | wdenk <wdenk> | Wed Jun 09 00:51:50 2004 +0000 |
committer | wdenk <wdenk> | Wed Jun 09 00:51:50 2004 +0000 |
tree | 0f8b4f57d11a49c9b73b825fb9ad05c562c0dc05 | |
parent | a445ddf2b45b89459ed2f4d89443cf1d27710d56 [diff] [blame] |
Patches by Jon Loeliger, 11 May 2004: (partially, as they contained a lot of crap)
diff --git a/include/common.h b/include/common.h index be86426..8a81e43 100644 --- a/include/common.h +++ b/include/common.h
@@ -316,6 +316,7 @@ #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);