mbed-os/features/nanostack/FEATURE_NANOSTACK/nanostack-interface/NanostackEthernetPhy.h

14 lines
251 B
C++

/*
* Copyright (c) 2016 ARM Limited. All rights reserved.
*/
#ifndef NANOSTACK_ETHERNET_PHY_H_
#define NANOSTACK_ETHERNET_PHY_H_
#include "NanostackPhy.h"
class NanostackEthernetPhy : public NanostackPhy {
};
#endif /* NANOSTACK_INTERFACE_H_ */