blob: 86847a02c574e518ea6221b24c39a8365b1ec42c [file] [log] [blame]
// Copyright 2019 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 LIBIPPROTO_IPP_EXPORT_H_
#define LIBIPPROTO_IPP_EXPORT_H_
#define IPP_EXPORT __attribute__((__visibility__("default")))
#define IPP_PRIVATE __attribute__((__visibility__("hidden")))
#endif // LIBIPPROTO_IPP_EXPORT_H_