| * MPC8xx System descriptions |
| * Maintainer: Kumar Gala <galak@kernel.crashing.org> |
| * Copyright 2005 MontaVista Software, Inc. by Vitaly Bordug <vbordug@ru.mvista.com> |
| * This program is free software; you can redistribute it and/or modify it |
| * under the terms of the GNU General Public License as published by the |
| * Free Software Foundation; either version 2 of the License, or (at your |
| * option) any later version. |
| #include <linux/module.h> |
| #include <linux/device.h> |
| struct ppc_sys_spec *cur_ppc_sys_spec; |
| struct ppc_sys_spec ppc_sys_specs[] = { |
| .ppc_sys_name = "MPC86X", |
| .device_list = (enum ppc_sys_devices[]) |
| .ppc_sys_name = "MPC885", |
| .device_list = (enum ppc_sys_devices[]) |