Enrico Granata | 51cdb94 | 2019-06-18 16:40:17 -0700 | [diff] [blame^] | 1 | // 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_ |