blob: fed4f12fcc4b4e66e98230d94044d9e4ac2714ee [file] [log] [blame]
/* Copyright 2011 The Chromium OS Authors. All rights reserved.
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
#ifndef COMMON_MK_EXAMPLE_INCLUDE_COMPONENT_SUBCOMPONENT_SUBCOMPONENT_H_
#define COMMON_MK_EXAMPLE_INCLUDE_COMPONENT_SUBCOMPONENT_SUBCOMPONENT_H_
#ifdef __cplusplus
extern "C" {
#endif
int subcomponent();
#ifdef __cplusplus
}
#endif
#endif // COMMON_MK_EXAMPLE_INCLUDE_COMPONENT_SUBCOMPONENT_SUBCOMPONENT_H_