| // Copyright 2021 The ChromiumOS Authors | |
| // Use of this source code is governed by a BSD-style license that can be | |
| // found in the LICENSE file. | |
| #ifndef LIBHWSEC_FOUNDATION_HWSEC_FOUNDATION_EXPORT_H_ | |
| #define LIBHWSEC_FOUNDATION_HWSEC_FOUNDATION_EXPORT_H_ | |
| #define HWSEC_FOUNDATION_EXPORT __attribute__((visibility("default"))) | |
| #endif // LIBHWSEC_FOUNDATION_HWSEC_FOUNDATION_EXPORT_H_ |