certificate/include/api/cerdef.h

10 lines
110 B
C
Raw Normal View History

2025-06-20 18:17:05 +00:00
#pragma once
#define MAC_LEN 0x10
struct __mac_addr
{
char _mac[MAC_LEN];
};
typedef __mac_addr MacAddr_t;