1 /* 2 * Copyright 2009 S.Zharski <imker@gmx.li> 3 * Copyright 2018, Haiku, Inc. All rights reserved. 4 * Distributed under the terms of the MIT License. 5 */ 6 7 #ifndef GLUE_H 8 #define GLUE_H 9 10 11 int haiku_sge_get_mac_addr_apc(device_t dev, uint8_t* dest, int* rgmii); 12 13 14 #endif /* !GLUE_H */ 15