blob: 340142eaa2d7c0f6c08fa11b94a0092a9b460364 [file] [log] [blame]
Darin Petkov41e06232010-05-03 16:45:37 -07001// 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 screen-saver states, to be included when building tabular things.
6//
7// See network_states.h for details.
8
9
10#ifndef STATE
11#define STATE(name, capname)
12#endif
13
14STATE(locked, Locked)
15STATE(unlocked, Unlocked)
16
17#undef STATE