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