From 46439007cf417cbd9ac8049bb4122c890097a0fa Mon Sep 17 00:00:00 2001 From: "Charles.Forsyth" Date: Fri, 22 Dec 2006 20:52:35 +0000 Subject: 20060303-partial --- module/powerman.m | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 module/powerman.m (limited to 'module/powerman.m') diff --git a/module/powerman.m b/module/powerman.m new file mode 100644 index 00000000..8cee00f9 --- /dev/null +++ b/module/powerman.m @@ -0,0 +1,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(); +}; -- cgit v1.2.3