| // Copyright 2011 The ChromiumOS Authors | |
| // Use of this source code is governed by a BSD-style license that can be | |
| // found in the LICENSE file. | |
| #ifndef EXAMPLE_COMPONENT_H_ | |
| #define EXAMPLE_COMPONENT_H_ | |
| int component(); | |
| #endif // EXAMPLE_COMPONENT_H_ |