blob: f898537e4315c7eab96c9df44462b5e99df21e3c [file] [log] [blame]
// Copyright 2015 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 PSYCHE_LIB_PSYCHE_PSYCHE_EXPORT_H_
#define PSYCHE_LIB_PSYCHE_PSYCHE_EXPORT_H_
#define PSYCHE_EXPORT __attribute__((visibility("default")))
#endif // PSYCHE_LIB_PSYCHE_PSYCHE_EXPORT_H_