Meng-Huan Yu | 4cbaddc | 2019-05-08 18:31:53 +0800 | [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 LIBHWSEC_HWSEC_EXPORT_H_ | ||||
6 | #define LIBHWSEC_HWSEC_EXPORT_H_ | ||||
7 | |||||
8 | #define HWSEC_EXPORT __attribute__((visibility("default"))) | ||||
9 | |||||
10 | #endif // LIBHWSEC_HWSEC_EXPORT_H_ |