cariboulabs-cariboulite/software/gr-caribouLite/include/gnuradio/caribouLite/api.h

23 wiersze
507 B
C

/*
* Copyright 2011 Free Software Foundation, Inc.
*
* This file was generated by gr_modtool, a tool from the GNU Radio framework
* This file is a part of gr-caribouLite
*
* SPDX-License-Identifier: GPL-3.0-or-later
*
*/
#ifndef INCLUDED_CARIBOULITE_API_H
#define INCLUDED_CARIBOULITE_API_H
#include <gnuradio/attributes.h>
#ifdef gnuradio_caribouLite_EXPORTS
#define CARIBOULITE_API __GR_ATTR_EXPORT
#else
#define CARIBOULITE_API __GR_ATTR_IMPORT
#endif
#endif /* INCLUDED_CARIBOULITE_API_H */