xref: /dflybsd-src/sys/dev/drm/include/linux/export.h (revision ce273e16553f95e12511e0e310fc30b18dfec7e4)
101b023e3SFrançois Tigeot /*
2*ce273e16SFrançois Tigeot  * Copyright (c) 2013-2019 François Tigeot <ftigeot@wolfpond.org>
301b023e3SFrançois Tigeot  * All rights reserved.
401b023e3SFrançois Tigeot  *
501b023e3SFrançois Tigeot  * Redistribution and use in source and binary forms, with or without
601b023e3SFrançois Tigeot  * modification, are permitted provided that the following conditions
701b023e3SFrançois Tigeot  * are met:
801b023e3SFrançois Tigeot  * 1. Redistributions of source code must retain the above copyright
901b023e3SFrançois Tigeot  *    notice unmodified, this list of conditions, and the following
1001b023e3SFrançois Tigeot  *    disclaimer.
1101b023e3SFrançois Tigeot  * 2. Redistributions in binary form must reproduce the above copyright
1201b023e3SFrançois Tigeot  *    notice, this list of conditions and the following disclaimer in the
1301b023e3SFrançois Tigeot  *    documentation and/or other materials provided with the distribution.
1401b023e3SFrançois Tigeot  *
1501b023e3SFrançois Tigeot  * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
1601b023e3SFrançois Tigeot  * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
1701b023e3SFrançois Tigeot  * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
1801b023e3SFrançois Tigeot  * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
1901b023e3SFrançois Tigeot  * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
2001b023e3SFrançois Tigeot  * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
2101b023e3SFrançois Tigeot  * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
2201b023e3SFrançois Tigeot  * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
2301b023e3SFrançois Tigeot  * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
2401b023e3SFrançois Tigeot  * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2501b023e3SFrançois Tigeot  */
2601b023e3SFrançois Tigeot 
2701b023e3SFrançois Tigeot #ifndef _LINUX_EXPORT_H_
2801b023e3SFrançois Tigeot #define _LINUX_EXPORT_H_
2901b023e3SFrançois Tigeot 
30058cb5deSFrançois Tigeot #define EXPORT_SYMBOL(name)
31*ce273e16SFrançois Tigeot #define EXPORT_SYMBOL_GPL(name)
3201b023e3SFrançois Tigeot 
3301b023e3SFrançois Tigeot #endif	/* _LINUX_EXPORT_H_ */
34