Darin Petkov | 703ec97 | 2010-04-27 11:02:18 -0700 | [diff] [blame] | 1 | // Copyright (c) 2010 The Chromium OS Authors. All rights reserved. |
| 2 | // Use of this source code is governed by a BSD-style license that can be |
| 3 | // found in the LICENSE file. |
| 4 | |
| 5 | // A table of power states, to be included when building tabular things. |
| 6 | // |
Darin Petkov | 41e0623 | 2010-05-03 16:45:37 -0700 | [diff] [blame] | 7 | // See network_states.h for details. |
Darin Petkov | 703ec97 | 2010-04-27 11:02:18 -0700 | [diff] [blame] | 8 | |
| 9 | |
| 10 | #ifndef STATE |
| 11 | #define STATE(name, capname) |
| 12 | #endif |
| 13 | |
| 14 | STATE(on, On) |
| 15 | STATE(mem, Mem) |
| 16 | |
| 17 | #undef STATE |