xref: /inferno-os/module/powerman.m (revision 46439007cf417cbd9ac8049bb4122c890097a0fa)
1*46439007SCharles.ForsythPowerman: module
2*46439007SCharles.Forsyth{
3*46439007SCharles.Forsyth	PATH:	con "/dis/lib/powerman.dis";
4*46439007SCharles.Forsyth	init:	fn(file: string, cmd: chan of string): int;
5*46439007SCharles.Forsyth	ack:	fn(cmd: string);
6*46439007SCharles.Forsyth	ctl:	fn(cmd: string): string;
7*46439007SCharles.Forsyth	stop:	fn();
8*46439007SCharles.Forsyth};
9