vmscan: convert direct reclaim tracepoint to DEFINE_TRACE
[sfrench/cifs-2.6.git] / include / linux / ks8842.h
index da0341b8ca0a3cf19e5b1ba6a9ea109cb9adbae9..14ba4452296e0bcdb3e896cb4145db3225a9455d 100644 (file)
  * struct ks8842_platform_data - Platform data of the KS8842 network driver
  * @macaddr:   The MAC address of the device, set to all 0:s to use the on in
  *             the chip.
+ * @rx_dma_channel:    The DMA channel to use for RX, -1 for none.
+ * @tx_dma_channel:    The DMA channel to use for TX, -1 for none.
  *
  */
 struct ks8842_platform_data {
        u8 macaddr[ETH_ALEN];
+       int rx_dma_channel;
+       int tx_dma_channel;
 };
 
 #endif