diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2009-09-27 15:57:02 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2009-09-27 15:57:02 +0000 |
commit | 4c8314f8044617197c73e6603c21a1ef8cc5470a (patch) | |
tree | 79cd850c7473ab1377f4c09da0a0d4b9b0b75dab /os/io/mac.h | |
parent | 0055ceb084f7b91d039b189c19c257f0fae63ce9 (diff) | |
download | ChibiOS-4c8314f8044617197c73e6603c21a1ef8cc5470a.tar.gz ChibiOS-4c8314f8044617197c73e6603c21a1ef8cc5470a.tar.bz2 ChibiOS-4c8314f8044617197c73e6603c21a1ef8cc5470a.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1190 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/io/mac.h')
-rw-r--r-- | os/io/mac.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/os/io/mac.h b/os/io/mac.h index 1cb135297..de2120ec4 100644 --- a/os/io/mac.h +++ b/os/io/mac.h @@ -73,6 +73,7 @@ extern "C" { systime_t time);
void macReleaseReceiveDescriptor(MACDriver *macp,
MACReceiveDescriptor *rdp);
+ bool_t macPollLinkStatus(MACDriver *macp);
#ifdef __cplusplus
}
#endif
|