summaryrefslogtreecommitdiff
path: root/module/powerman.m
blob: 8cee00f9cd01d43c68461c2fa909f73911c139d6 (plain)
1
2
3
4
5
6
7
8
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();
};