blob: 5d3a721133d59baa2d29635e2b2c0d84bb20fbd5 [file] [log] [blame]
// Copyright 2021 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 FEATURED_FEATURE_EXPORT_H_
#define FEATURED_FEATURE_EXPORT_H_
#define FEATURE_EXPORT __attribute__((__visibility__("default")))
#define FEATURE_PRIVATE __attribute__((__visibility__("hidden")))
#endif // FEATURED_FEATURE_EXPORT_H_