mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-12-11 16:00:50 -07:00
Stellaris ethernet support.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3728 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
e57ec0168c
commit
eea589cc22
5 changed files with 371 additions and 4 deletions
|
|
@ -30,5 +30,8 @@ void arm_load_kernel(CPUState *env, int ram_size, const char *kernel_filename,
|
|||
int system_clock_scale;
|
||||
qemu_irq *armv7m_nvic_init(CPUState *env);
|
||||
|
||||
/* stellaris_enent.c */
|
||||
void stellaris_enet_init(NICInfo *nd, uint32_t base, qemu_irq irq);
|
||||
|
||||
#endif /* !ARM_MISC_H */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue