blob: 8bf06e1fd18e78320f6e4edb0c77a35880775252 [file] [log] [blame]
Meng-Huan Yu4cbaddc2019-05-08 18:31:53 +08001// Copyright 2019 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_HWSEC_EXPORT_H_
6#define LIBHWSEC_HWSEC_EXPORT_H_
7
8#define HWSEC_EXPORT __attribute__((visibility("default")))
9
10#endif // LIBHWSEC_HWSEC_EXPORT_H_