blob: 4531ad248897902ceb448349ec9bf28ab2703e6f [file] [log] [blame]
// Copyright 2021 The Chromium OS Authors. All rights reserved.
// 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_