X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=src%2Fcommon%2Ftimers.h;h=0e633e9985c70e62649a8047eb26c0b9df136a41;hb=93c2708beede1eae6700f622279560ac2620290e;hp=932ace433806be2c2a91ba13cafe45a8a474bc2d;hpb=1eb382f72510d50b3636fb88c4bfaf17183672b6;p=emu8051.git diff --git a/src/common/timers.h b/src/common/timers.h index 932ace4..0e633e9 100644 --- a/src/common/timers.h +++ b/src/common/timers.h @@ -23,6 +23,15 @@ #include +void +gp_timer_reset(void); + +void +gp_timer_increment(int count); + +int +gp_timer_read(void); + int timers_check(void);