mirror of
https://github.com/gnuton/asuswrt-merlin.ng.git
synced 2025-05-19 16:02:36 +02:00
8 lines
201 B
C
8 lines
201 B
C
#ifndef __PKTDMA_BDS_H_INCLUDED__
|
|
#define __PKTDMA_BDS_H_INCLUDED__
|
|
|
|
#include <bcm_pkt_lengths.h>
|
|
#define DMA_MAX_BURST_LENGTH 8 /* in 64 bit words */
|
|
|
|
|
|
#endif /* __PKTDMA_BDS_H_INCLUDED__ */
|