blob: de56c6d05831569c6adc460bb13c2daf00823e94 [file] [log] [blame]
/*
* ======== acme/utils/IClock.xdc ========
*/
/*! Abstract clock */
interface IClock {
/*! Time value type */
typedef Bits32 TimeValue;
/*! Get the current time */
TimeValue getTime();
}