blob: 77dc66c96099f6f3454a27a24e5b711edf41935a [file] [log] [blame]
// Copyright 2020 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 IIOSERVICE_INCLUDE_EXPORT_H_
#define IIOSERVICE_INCLUDE_EXPORT_H_
#define IIOSERVICE_EXPORT __attribute__((__visibility__("default")))
#endif // IIOSERVICE_INCLUDE_EXPORT_H_