Subversion Repositories HelenOS

Rev

Rev 4075 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4075 Rev 4558
Line 35... Line 35...
35
 */
35
 */
36
 
36
 
37
#ifndef __NET_ETHERNET_LSAP_H__
37
#ifndef __NET_ETHERNET_LSAP_H__
38
#define __NET_ETHERNET_LSAP_H__
38
#define __NET_ETHERNET_LSAP_H__
39
 
39
 
-
 
40
#include <sys/types.h>
-
 
41
 
-
 
42
typedef uint8_t eth_lsap_t;
-
 
43
 
40
/** Null LSAP LSAP identifier.
44
/** Null LSAP LSAP identifier.
41
 */
45
 */
42
#define ETH_LSAP_NULL   0x00
46
#define ETH_LSAP_NULL   0x00
43
/** Individual LLC Sublayer Management Function LSAP identifier.
47
/** Individual LLC Sublayer Management Function LSAP identifier.
44
 */
48
 */