23 lines
451 B
C
23 lines
451 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-m17
|
|
*
|
|
* SPDX-License-Identifier: GPL-3.0-or-later
|
|
*
|
|
*/
|
|
|
|
#ifndef INCLUDED_M17_API_H
|
|
#define INCLUDED_M17_API_H
|
|
|
|
#include <gnuradio/attributes.h>
|
|
|
|
#ifdef gnuradio_m17_EXPORTS
|
|
#define M17_API __GR_ATTR_EXPORT
|
|
#else
|
|
#define M17_API __GR_ATTR_IMPORT
|
|
#endif
|
|
|
|
#endif /* INCLUDED_M17_API_H */
|