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