Back to home page

OSCL-LXR

 
 

    


0001 // SPDX-License-Identifier: GPL-2.0-only
0002 /*
0003  *  FUJITSU Extended Socket Network Device driver
0004  *  Copyright (c) 2015-2016 FUJITSU LIMITED
0005  */
0006 
0007 #include <linux/module.h>
0008 
0009 #ifndef __CHECKER__
0010 #include "fjes_hw.h"
0011 
0012 #define CREATE_TRACE_POINTS
0013 #include "fjes_trace.h"
0014 
0015 #endif /* __CHECKER__ */