Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
*/
#include <config.h>
-
-#if defined(CONFIG_API)
-
#include <command.h>
#include <common.h>
#include <malloc.h>
return;
}
}
-
-#endif /* CONFIG_API */
*/
#include <config.h>
-
-#if defined(CONFIG_API)
-
#include <common.h>
#include <net.h>
#include <linux/types.h>
return eth_receive(buf, len);
}
-
-#endif /* CONFIG_API */
*/
#include <config.h>
-
-#if defined(CONFIG_API)
-
#include <linux/types.h>
#include <api_public.h>
*/
#include <config.h>
-
-#if defined(CONFIG_API)
-
#include <linux/types.h>
#include <api_public.h>
return 1;
}
-
-#endif /* CONFIG_API */
*/
#include <config.h>
-
-#if defined(CONFIG_API)
-
#include <common.h>
#include <api_public.h>
return (dd->block_read(dev_stor_index(dd), start, len, buf));
}
-
-#endif /* CONFIG_API */