Loading...
Searching...
No Matches
phy.h
Go to the documentation of this file.
1/*
2 * SPDX-FileCopyrightText: 2019 Gunar Schorcht
3 * SPDX-License-Identifier: LGPL-2.1-only
4 */
5
6#pragma once
7
18
19#ifndef DOXYGEN
20
21#include <stdint.h>
22#include <stdarg.h>
23
24#ifdef __cplusplus
25extern "C" {
26#endif
27
28extern uint32_t phy_get_mactime(void);
29
30#ifdef __cplusplus
31}
32#endif
33
34#endif /* DOXYGEN */