/* SPDX-License-Identifier: GPL-2.0-or-later */ /* * Generic PXA PATA driver * * Copyright (C) 2010 Marek Vasut <[email protected]> */ #ifndef __MACH_PATA_PXA_H__ #define __MACH_PATA_PXA_H__ struct pata_pxa_pdata { … }; #endif /* __MACH_PATA_PXA_H__ */