9
0
Fork 0

svn_rev_575

add DEVICE_TYPE_MIIPHY
This commit is contained in:
Sascha Hauer 2007-07-05 18:02:06 +02:00 committed by Sascha Hauer
parent 5ab5b339a2
commit 06bc41745b
1 changed files with 2 additions and 1 deletions

View File

@ -9,7 +9,8 @@
#define DEVICE_TYPE_DRAM 3
#define DEVICE_TYPE_BLOCK 4
#define DEVICE_TYPE_FS 5
#define MAX_DEVICE_TYPE 5
#define DEVICE_TYPE_MIIPHY 6
#define MAX_DEVICE_TYPE 6
#include <param.h>