summaryrefslogtreecommitdiff
path: root/module/grid/regpoll.m
blob: 22ef09d2f4caf874d7ec9cf60252542f9059ec58 (plain)
1
2
3
4
5
6
RegPoll : module {
	PATH: con "/usr/danny/res/regpoll.dis";

	STOPPED, STARTED, ERROR: con iota;
	init : fn (regaddr: string): (chan of int, chan of int);
};