mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2024-11-18 02:20:59 +03:00
322640b7b5
git-svn-id: https://outreach.scidac.gov/svn/spl/trunk@154 7e1ea52c-4ff2-0310-8f11-9dd32ca42a1c
12 lines
190 B
C
12 lines
190 B
C
#ifndef _SPL_UACCESS_COMPAT_H
|
|
#define _SPL_UACCESS_COMPAT_H
|
|
|
|
#ifdef HAVE_UACCESS_HEADER
|
|
#include <linux/uaccess.h>
|
|
#else
|
|
#include <asm/uaccess.h>
|
|
#endif
|
|
|
|
#endif /* _SPL_UACCESS_COMPAT_H */
|
|
|