Project

General

Profile

Statistics
| Branch: | Revision:

root / scout / power / msg_gen / lisp / _package.lisp @ dd4eb68c

History | View | Annotate | Download (104 Bytes)

1
(cl:defpackage power-msg
2
  (:use )
3
  (:export
4
   "<POWER_STATE_CHANGED>"
5
   "POWER_STATE_CHANGED"
6
  ))
7