Define _IOC_SIZE() in the LinuxKPI.

Obtained from:	kmacy @
MFC after:	1 week
Sponsored by:	Mellanox Technologies
This commit is contained in:
Hans Petter Selasky 2016-05-13 11:42:36 +00:00
parent 677a229c76
commit 374377ce91
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=299664

View File

@ -2,7 +2,7 @@
* Copyright (c) 2010 Isilon Systems, Inc.
* Copyright (c) 2010 iX Systems, Inc.
* Copyright (c) 2010 Panasas, Inc.
* Copyright (c) 2013, 2014 Mellanox Technologies, Ltd.
* Copyright (c) 2013-2016 Mellanox Technologies, Ltd.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
@ -33,4 +33,6 @@
#include <sys/ioccom.h>
#define _IOC_SIZE(cmd) IOCPARM_LEN(cmd)
#endif /* _LINUX_IOCTL_H_ */