shithub: purgatorio

ref: 71292834bbafcf6bc409cfd7691f9e6650df025b
dir: purgatorio/module/powerman.m

View raw version
Powerman: module
{
	PATH:	con "/dis/lib/powerman.dis";
	init:	fn(file: string, cmd: chan of string): int;
	ack:	fn(cmd: string);
	ctl:	fn(cmd: string): string;
	stop:	fn();
};