Linux Audio

Check our new training course

Loading...
Note: File does not exist in v3.1.
 1/*
 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