mirror of
https://github.com/szehl/ath9k-hmac.git
synced 2025-01-21 03:44:58 +00:00
9 lines
121 B
C
9 lines
121 B
C
#include <linux/module.h>
|
|
#include "trace.h"
|
|
|
|
#ifndef __CHECKER__
|
|
#define CREATE_TRACE_POINTS
|
|
#include "trace.h"
|
|
|
|
#endif
|