Changeset 42aca8b in rtems


Ignore:
Timestamp:
10/12/14 19:01:12 (9 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.11, 5, master
Children:
a820a5e
Parents:
11c1657a
git-author:
Joel Sherrill <joel.sherrill@…> (10/12/14 19:01:12)
git-committer:
Joel Sherrill <joel.sherrill@…> (10/13/14 15:33:30)
Message:

powerpc/psim/include/bsp.h: Add prototypes to fix warnings

File:
1 edited

Legend:

Unmodified
Added
Removed
  • c/src/lib/libbsp/powerpc/psim/include/bsp.h

    r11c1657a r42aca8b  
    6767  __asm__ (" eieio ")
    6868
     69/*
     70 *  Network configuration
     71 */
    6972struct rtems_bsdnet_ifconfig;
    7073
    71 int
    72 rtems_ifsim_attach(struct rtems_bsdnet_ifconfig *ifcfg, int attaching);
     74int rtems_ifsim_attach(struct rtems_bsdnet_ifconfig *ifcfg, int attaching);
    7375
    7476#define RTEMS_BSP_NETWORK_DRIVER_NAME   "ifsim1"
    7577#define RTEMS_BSP_NETWORK_DRIVER_ATTACH rtems_ifsim_attach
     78
     79/*
     80 *  Interfaces to required Clock Driver support methods
     81 */
     82int BSP_disconnect_clock_handler(void);
     83int BSP_connect_clock_handler(void);
    7684
    7785#endif /* ASM */
Note: See TracChangeset for help on using the changeset viewer.