Leo Lai | 139af99 | 2021-03-04 18:46:21 +0800 | [diff] [blame] | 1 | // Copyright 2021 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_FOUNDATION_HWSEC_FOUNDATION_EXPORT_H_ | ||||
6 | #define LIBHWSEC_FOUNDATION_HWSEC_FOUNDATION_EXPORT_H_ | ||||
7 | |||||
8 | #define HWSEC_FOUNDATION_EXPORT __attribute__((visibility("default"))) | ||||
9 | |||||
10 | #endif // LIBHWSEC_FOUNDATION_HWSEC_FOUNDATION_EXPORT_H_ |