blob: 4b0f390c4290e9658659db4c4b5ba12050632791 (
plain)
1
2
3
4
5
6
7
8
9
|
/*
* Copyright (c) 2021, Idan Horowitz <idan.horowitz@serenityos.org>
*
* SPDX-License-Identifier: BSD-2-Clause
*/
#pragma once
#define ETH_ALEN 6 // Length of an ethernet address (MAC) in bytes
|