08 Nov 2006 Fix (hopefully) hang after resume - Greg Smith

git-svn-id: file:///home/jj/hercules.svn/trunk@4035 956126f8-22a0-4046-8f4a-272fa8102e63
This commit is contained in:
Greg Smith
2006-11-09 00:13:39 +00:00
parent d737548785
commit eccb994256
5 changed files with 129 additions and 0 deletions

View File

@@ -38,6 +38,8 @@ void set_int_timer(REGS *, S32); /* Set interval timer */
U64 tod_clock(REGS *); /* Get TOD clock */
void set_tod_clock(U64); /* Set TOD clock */
int chk_int_timer(REGS *); /* Check int_timer pending */
int clock_hsuspend(void *file); /* Hercules suspend */
int clock_hresume(void *file); /* Hercules resume */
#endif