1// SPDX-License-Identifier: GPL-2.0+
2/*
3 * Copyright (C) 2018 ��lvaro Fern��ndez Rojas <noltari@gmail.com>
4 *
5 * Derived from linux/drivers/net/ethernet/broadcom/bcm63xx_enet.c
6 */
7
8#ifndef __DT_BINDINGS_DMA_BCM6338_H
9#define __DT_BINDINGS_DMA_BCM6338_H
10
11#define BCM6338_DMA_ENET_RX	0
12#define BCM6338_DMA_ENET_TX	1
13
14#endif /* __DT_BINDINGS_DMA_BCM6338_H */
15