Rtos API example

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers NanostackEthernetPhy.h Source File

NanostackEthernetPhy.h

00001 /*
00002  * Copyright (c) 2016 ARM Limited. All rights reserved.
00003  */
00004 
00005 #ifndef NANOSTACK_ETHERNET_PHY_H_
00006 #define NANOSTACK_ETHERNET_PHY_H_
00007 
00008 #include "NanostackPhy.h"
00009 
00010 class NanostackEthernetPhy : public NanostackPhy {
00011 };
00012 
00013 #endif /* NANOSTACK_INTERFACE_H_ */