diff options
Diffstat (limited to 'qemu/roms/u-boot/board/bct-brettl2/smsc9303.h')
-rw-r--r-- | qemu/roms/u-boot/board/bct-brettl2/smsc9303.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/qemu/roms/u-boot/board/bct-brettl2/smsc9303.h b/qemu/roms/u-boot/board/bct-brettl2/smsc9303.h new file mode 100644 index 000000000..a4ba40ef7 --- /dev/null +++ b/qemu/roms/u-boot/board/bct-brettl2/smsc9303.h @@ -0,0 +1,9 @@ +/* + * smsc9303.h - routines to initialize SMSC 9303 switch + * + * Copyright (c) 2010 BCT Electronic GmbH + * + * Licensed under the GPL-2 or later. + */ + +int init_smsc9303i_mii(void); |