blob: 7b30e990f1fc4cd013f92c716e679f7326dd7bc1 [file] [log] [blame]
// Copyright 2020 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 BIOD_BIOD_EXPORT_H_
#define BIOD_BIOD_EXPORT_H_
#define BIOD_EXPORT __attribute__((visibility("default")))
#endif // BIOD_BIOD_EXPORT_H_