mirror of
				https://git.proxmox.com/git/mirror_iproute2
				synced 2025-10-31 13:32:34 +00:00 
			
		
		
		
	 d24f5ae3f2
			
		
	
	
		d24f5ae3f2
		
	
	
	
	
		
			
			Upstream changes to SPDX licenses in headers. Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
		
			
				
	
	
		
			14 lines
		
	
	
		
			232 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			232 B
		
	
	
	
		
			C
		
	
	
	
	
	
| /* SPDX-License-Identifier: GPL-2.0-only WITH Linux-syscall-note */
 | |
| #ifndef _CAN_VXCAN_H
 | |
| #define _CAN_VXCAN_H
 | |
| 
 | |
| enum {
 | |
| 	VXCAN_INFO_UNSPEC,
 | |
| 	VXCAN_INFO_PEER,
 | |
| 
 | |
| 	__VXCAN_INFO_MAX
 | |
| #define VXCAN_INFO_MAX	(__VXCAN_INFO_MAX - 1)
 | |
| };
 | |
| 
 | |
| #endif
 |