blob: 13e36c62cfe6745518c901bcb94badc889e3b5ee [file] [log] [blame]
Enrico Granata51cdb942019-06-18 16:40:17 -07001// Copyright 2019 The Chromium OS Authors. All rights reserved.
2// Use of this source code is governed by a BSD-style license that can be
3// found in the LICENSE file.
4
5#ifndef LIBMEMS_EXPORT_H_
6#define LIBMEMS_EXPORT_H_
7
8#define LIBMEMS_EXPORT __attribute__((__visibility__("default")))
9
10#endif // LIBMEMS_EXPORT_H_