mirror of
https://github.com/szehl/ath9k-hmac.git
synced 2025-03-16 17:15:57 +00:00
10 lines
184 B
C
Executable File
10 lines
184 B
C
Executable File
#include_next <linux/version.h>
|
|
|
|
#ifndef RHEL_RELEASE_VERSION
|
|
#define RHEL_RELEASE_VERSION(a,b) (((a) << 8) + (b))
|
|
#endif
|
|
|
|
#ifndef RHEL_RELEASE_CODE
|
|
#define RHEL_RELEASE_CODE 0
|
|
#endif
|