xref: /dflybsd-src/sys/dev/drm/include/linux/tracepoint.h (revision 111dab5b72b72339c1e73c46f14879e6fc06331d)
1eaf74c33SFrançois Tigeot /*
2eaf74c33SFrançois Tigeot  * Copyright (c) 2019 François Tigeot <ftigeot@wolfpond.org>
3eaf74c33SFrançois Tigeot  * All rights reserved.
4eaf74c33SFrançois Tigeot  *
5eaf74c33SFrançois Tigeot  * Redistribution and use in source and binary forms, with or without
6eaf74c33SFrançois Tigeot  * modification, are permitted provided that the following conditions
7eaf74c33SFrançois Tigeot  * are met:
8eaf74c33SFrançois Tigeot  * 1. Redistributions of source code must retain the above copyright
9eaf74c33SFrançois Tigeot  *    notice unmodified, this list of conditions, and the following
10eaf74c33SFrançois Tigeot  *    disclaimer.
11eaf74c33SFrançois Tigeot  * 2. Redistributions in binary form must reproduce the above copyright
12eaf74c33SFrançois Tigeot  *    notice, this list of conditions and the following disclaimer in the
13eaf74c33SFrançois Tigeot  *    documentation and/or other materials provided with the distribution.
14eaf74c33SFrançois Tigeot  *
15eaf74c33SFrançois Tigeot  * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
16eaf74c33SFrançois Tigeot  * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
17eaf74c33SFrançois Tigeot  * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
18eaf74c33SFrançois Tigeot  * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
19eaf74c33SFrançois Tigeot  * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
20eaf74c33SFrançois Tigeot  * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
21eaf74c33SFrançois Tigeot  * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
22eaf74c33SFrançois Tigeot  * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
23eaf74c33SFrançois Tigeot  * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
24eaf74c33SFrançois Tigeot  * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
25eaf74c33SFrançois Tigeot  */
26eaf74c33SFrançois Tigeot 
27eaf74c33SFrançois Tigeot #ifndef _LINUX_TRACEPOINT_H_
28eaf74c33SFrançois Tigeot #define _LINUX_TRACEPOINT_H_
29eaf74c33SFrançois Tigeot 
30*111dab5bSFrançois Tigeot #include <linux/smp.h>
31eaf74c33SFrançois Tigeot #include <linux/errno.h>
32eaf74c33SFrançois Tigeot #include <linux/types.h>
33eaf74c33SFrançois Tigeot #include <linux/rcupdate.h>
34eaf74c33SFrançois Tigeot 
3538cf7b81SFrançois Tigeot #define EXPORT_TRACEPOINT_SYMBOL(name)
3638cf7b81SFrançois Tigeot 
37eaf74c33SFrançois Tigeot #endif	/* _LINUX_TRACEPOINT_H_ */
38