descs.h (0337966d121ebebf73a1c346123e8112796e684e) | descs.h (4fa9c49f4d596edf89a6364a92af7b8102231d73) |
---|---|
1/* SPDX-License-Identifier: GPL-2.0-only */ |
|
1/******************************************************************************* 2 Header File to describe the DMA descriptors and related definitions. 3 This is for DWMAC100 and 1000 cores. 4 | 2/******************************************************************************* 3 Header File to describe the DMA descriptors and related definitions. 4 This is for DWMAC100 and 1000 cores. 5 |
5 This program is free software; you can redistribute it and/or modify it 6 under the terms and conditions of the GNU General Public License, 7 version 2, as published by the Free Software Foundation. | |
8 | 6 |
9 This program is distributed in the hope it will be useful, but WITHOUT 10 ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 11 FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 12 more details. 13 14 The full GNU General Public License is included in this distribution in 15 the file called "COPYING". 16 | |
17 Author: Giuseppe Cavallaro <peppe.cavallaro@st.com> 18*******************************************************************************/ 19 20#ifndef __DESCS_H__ 21#define __DESCS_H__ 22 23#include <linux/bitops.h> 24 --- 163 unchanged lines hidden --- | 7 Author: Giuseppe Cavallaro <peppe.cavallaro@st.com> 8*******************************************************************************/ 9 10#ifndef __DESCS_H__ 11#define __DESCS_H__ 12 13#include <linux/bitops.h> 14 --- 163 unchanged lines hidden --- |