Back to home page

OSCL-LXR

 
 

    


0001 // SPDX-License-Identifier: ISC
0002 /*
0003  * Copyright (C) 2019 Lorenzo Bianconi <lorenzo@kernel.org>
0004  */
0005 
0006 #include <linux/module.h>
0007 
0008 #ifndef __CHECKER__
0009 #define CREATE_TRACE_POINTS
0010 #include "mt7615_trace.h"
0011 
0012 #endif