Chameleon

Chameleon Svn Source Tree

Root/tags/2.3/i386/libsaio/networking.h

Source at commit 2862 created 7 years 22 days ago.
By ifabio, Tag 2.3 release, bump svn to 2.4
1/*
2 * Copyright (c) 2009 Evan Lojewski. All rights reserved.
3 *
4 * Merge into file from module compcept by ErmaC and Marchrius
5 *
6 */
7
8#ifndef __LIBSAIO_NETWORKING_H
9#define __LIBSAIO_NETWORKING_H
10
11void setup_eth_devdrop(pci_dt_t *eth_dev);
12void setup_wifi_devdrop(pci_dt_t *wlan_dev);
13
14char *get_ethernet_model(uint32_t vendor_id, uint32_t device_id);
15char *get_wlan_model(uint32_t vendor_id, uint32_t device_id);
16
17struct network_device;
18typedef struct {
19uint16_tvendor_id;
20uint16_tdevice_id;
21char*model;
22} network_device;
23
24#endif /* !__LIBSAIO_NETWORKING_H */
25

Archive Download this file

Revision: 2862