Staging
v0.7.0
https://github.com/torvalds/linux
Raw File
Tip revision: 9abf2313adc1ca1b6180c508c25f22f9395cc780 authored by Linus Torvalds on 16 October 2022, 22:36:24 UTC
Linux 6.1-rc1
Tip revision: 9abf231
pxa25x.h
/* SPDX-License-Identifier: GPL-2.0 */
#ifndef __MACH_PXA25x_H
#define __MACH_PXA25x_H

#include "addr-map.h"
#include "pxa2xx-regs.h"
#include "mfp-pxa25x.h"
#include "irqs.h"

#endif /* __MACH_PXA25x_H */
back to top