mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2024-12-26 19:19:32 +03:00
9 lines
86 B
C
9 lines
86 B
C
|
#include "linux-generic.h"
|
||
|
|
||
|
/*
|
||
|
* Generic support
|
||
|
*/
|
||
|
|
||
|
int p0 = 0;
|
||
|
EXPORT_SYMBOL(p0);
|