blob: 67353e632183f0950f096e81a3603ca8f33beef7 [file] [log] [blame]
/* Copyright 2018 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 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_