mroute6.h 148 B

123456
  1. #include <linux/version.h>
  2. /* <linux/mroute6.h> has been added in 2.6.26 */
  3. #if LINUX_VERSION_CODE >= 132634
  4. #include_next <linux/mroute6.h>
  5. #endif