summaryrefslogtreecommitdiff
path: root/cleopatre/devkit/mt7601udrv/os/linux/rt_symb.c
blob: 9b2b1e71f42586f1f6d325e043db8da5987d4b1c (plain)
1
2
3
4
5
6
7
8
9
#ifdef OS_ABL_SUPPORT

#include <linux/module.h>
#include "rt_config.h"

EXPORT_SYMBOL(RTMP_DRV_OPS_FUNCTION);

#endif /* OS_ABL_SUPPORT */