blob: 5a748325e10993d7a0ec3d55b119774c2726fd53 [file] [log] [blame] [edit]
// 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_