#ifndef _PERF_ASM_UACCESS_H_ #define _PERF_ASM_UACCESS_H_ #define __get_user(src, dest) \ ({ \ (src) = *dest; \ 0; \ }) #define get_user __get_user #define access_ok(type, addr, size) 1 #endif ='https://git.distanz.ch/cgit.cgi/linux/net-next.git/atom/net/mac80211/Kconfig?h=nds-private-remove' type='application/atom+xml'/>
summaryrefslogtreecommitdiff
path: root/net/mac80211/Kconfig
AgeCommit message (Expand)AuthorFilesLines