blob: 4531ad248897902ceb448349ec9bf28ab2703e6f [file] [log] [blame]
Leo Lai139af992021-03-04 18:46:21 +08001// Copyright 2021 The Chromium OS Authors. All rights reserved.
2// Use of this source code is governed by a BSD-style license that can be
3// found in the LICENSE file.
4
5#ifndef LIBHWSEC_FOUNDATION_HWSEC_FOUNDATION_EXPORT_H_
6#define LIBHWSEC_FOUNDATION_HWSEC_FOUNDATION_EXPORT_H_
7
8#define HWSEC_FOUNDATION_EXPORT __attribute__((visibility("default")))
9
10#endif // LIBHWSEC_FOUNDATION_HWSEC_FOUNDATION_EXPORT_H_