#ifndef UDMA_SKB_H #define UDMA_SKB_H #include #include int udma_register(uint8_t port, struct net_device *netdev,rx_callback_t rx_callback); #endif