blob: 41008a82fec32de9328bfe7b915c0cc3fcf8132c [file] [log] [blame]
// Copyright 2019 The ChromiumOS Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef LIBMEMS_EXPORT_H_
#define LIBMEMS_EXPORT_H_
#define LIBMEMS_EXPORT __attribute__((visibility("default")))
#endif // LIBMEMS_EXPORT_H_