xref: /linux/include/net/rose.h (revision 0df8aa2b9aec5cd21e8c71d9cc1227e57bea43b3)
1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef _ROSE_H
3 #define _ROSE_H
4 
5 #define	ROSE_ADDR_LEN	5
6 
7 #endif
8