| /* Copyright 2018 The ChromiumOS Authors | |
| * Use of this source code is governed by a BSD-style license that can be | |
| * found in the LICENSE file. | |
| */ | |
| #ifndef CAMERA_INCLUDE_CROS_CAMERA_EXPORT_H_ | |
| #define CAMERA_INCLUDE_CROS_CAMERA_EXPORT_H_ | |
| #define CROS_CAMERA_EXPORT __attribute__((visibility("default"))) | |
| #endif // CAMERA_INCLUDE_CROS_CAMERA_EXPORT_H_ |