Main Page | Directories | File List | Globals

eth_devices.c File Reference

#include <agnix/agnix.h>
#include <agnix/adi/adi.h>
#include <agnix/net/net.h>
#include <agnix/console.h>

Include dependency graph for eth_devices.c:

Go to the source code of this file.

Defines

#define MOD_NAME   "NET: "

Functions

int register_eth_device (struct adi_netdev_s *netdev)


Define Documentation

#define MOD_NAME   "NET: "
 

Definition at line 19 of file eth_devices.c.


Function Documentation

int register_eth_device struct adi_netdev_s *  netdev  ) 
 

Definition at line 21 of file eth_devices.c.

References MOD_NAME, and printk().

Referenced by adi_register_netdev().

00022 {
00023     printk(MOD_NAME "registering %s device\n", netdev->if_name);
00024 
00025     return 0;
00026 }

Here is the call graph for this function:

Dokumentacje wygenerowano programem Doxygen 1.4.2 dla projektu Agnix