blob: ae2411e32bb12821d76a0a89c637ac96ed62a0ed [file] [log] [blame]
// 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_