diff options
Diffstat (limited to 'qemu/roms/u-boot/arch/powerpc/cpu/mpc8xx/fec.h')
-rw-r--r-- | qemu/roms/u-boot/arch/powerpc/cpu/mpc8xx/fec.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/qemu/roms/u-boot/arch/powerpc/cpu/mpc8xx/fec.h b/qemu/roms/u-boot/arch/powerpc/cpu/mpc8xx/fec.h new file mode 100644 index 000000000..e025c3f46 --- /dev/null +++ b/qemu/roms/u-boot/arch/powerpc/cpu/mpc8xx/fec.h @@ -0,0 +1,12 @@ +/* + * (C) Copyright 2000 + * Wolfgang Denk, DENX Software Engineering, wd@denx.de. + * + * SPDX-License-Identifier: GPL-2.0+ + */ + +#ifndef _FEC_H_ +#define _FEC_H_ + + +#endif /* _FEC_H_ */ |