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_BCM6318_H
9#define __DT_BINDINGS_DMA_BCM6318_H
10
11#define BCM6318_DMA_ENETSW_RX	0
12#define BCM6318_DMA_ENETSW_TX	1
13
14#endif /* __DT_BINDINGS_DMA_BCM6318_H */
15