Toggle navigation
Documentation
The friendly Operating System for the Internet of Things
phy.h
Go to the documentation of this file.
1
/*
2
* Copyright (C) 2019 Gunar Schorcht
3
*
4
* This file is subject to the terms and conditions of the GNU Lesser
5
* General Public License v2.1. See the file LICENSE in the top level
6
* directory for more details.
7
*/
8
20
#ifndef PHY_H
21
#define PHY_H
22
23
#ifndef DOXYGEN
24
25
#include <stdint.h>
26
#include <stdarg.h>
27
28
#ifdef __cplusplus
29
extern
"C"
{
30
#endif
31
32
extern
uint32_t phy_get_mactime(
void
);
33
34
#ifdef __cplusplus
35
}
36
#endif
37
38
#endif
/* DOXYGEN */
39
#endif
/* PHY_H */
Generated on Tue Nov 24 2020 19:46:50 by
1.8.17