blob: a6ab0cb39ee0468fb1ac86b2daf1fbfe18732ecb [file] [log] [blame]
// Copyright 2019 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_HWSEC_EXPORT_H_
#define LIBHWSEC_HWSEC_EXPORT_H_
#define HWSEC_EXPORT __attribute__((visibility("default")))
#endif // LIBHWSEC_HWSEC_EXPORT_H_