source: rtems/c/src/lib/libbsp/powerpc/beatnik/network/if_gfe/if_gfe_pub.h @ 9b4422a2

4.115
Last change on this file since 9b4422a2 was 9b4422a2, checked in by Joel Sherrill <joel.sherrill@…>, on 05/03/12 at 15:09:24

Remove All CVS Id Strings Possible Using a Script

Script does what is expected and tries to do it as
smartly as possible.

+ remove occurrences of two blank comment lines

next to each other after Id string line removed.

+ remove entire comment blocks which only exited to

contain CVS Ids

+ If the processing left a blank line at the top of

a file, it was removed.

  • Property mode set to 100644
File size: 539 bytes
Line 
1#ifndef RTEMS_BSDNET_IF_GFE_PUBLIC_SYMBOLS_H
2#define RTEMS_BSDNET_IF_GFE_PUBLIC_SYMBOLS_H
3
4#include <rtems.h>
5#include <rtems/rtems_bsdnet.h>
6#include <bsp/early_enet_link_status.h>
7#include <net/ethernet.h>
8
9#ifdef __cplusplus
10  extern "C" {
11#endif
12
13extern int
14rtems_gfe_attach(struct rtems_bsdnet_ifconfig *, int);
15
16
17/* enet_addr must be 6 bytes long */
18int
19rtems_gfe_setup(int unit, char *enet_addr, uint32_t base_addr);
20
21extern rtems_bsdnet_early_link_check_ops
22rtems_gfe_early_link_check_ops;
23
24#ifdef __cplusplus
25  }
26#endif
27
28#endif
29
30
Note: See TracBrowser for help on using the repository browser.