freebsd-dev/sys/dev/nve
Dimitry Andric cddb1ffae1 Fix all the inconsistent nve_os* function declarations and definitions
in nve(4).  The OS_API structure defined in os.h expects NV_API_CALL
attributes, effectively regparm(0), on its function pointers, but all
the functions were declared and defined without this attribute.

MFC after:	1 week
2012-11-10 16:02:12 +00:00
..
if_nve.c Fix all the inconsistent nve_os* function declarations and definitions 2012-11-10 16:02:12 +00:00
if_nvereg.h Don't redefine macros defined in if.h and ethernet.h. 2012-10-17 21:30:16 +00:00