blob: 8abdd3cd546d3485fa964dd5ca8739eb9e641130 [file] [log] [blame]
Jakub Kicinskic869f772015-05-26 11:16:00 +02001/*
2 * Copyright (C) 2014 Felix Fietkau <nbd@openwrt.org>
3 * Copyright (C) 2015 Jakub Kicinski <kubakici@wp.pl>
4 *
5 * This program is free software; you can redistribute it and/or modify
6 * it under the terms of the GNU General Public License version 2
7 * as published by the Free Software Foundation
8 *
9 * This program is distributed in the hope that it will be useful,
10 * but WITHOUT ANY WARRANTY; without even the implied warranty of
11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12 * GNU General Public License for more details.
13 */
14
15#include <linux/module.h>
16
17#ifndef __CHECKER__
18#define CREATE_TRACE_POINTS
19#include "trace.h"
20
21#endif