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