/* (C) 2003-2007 Willem Jan Hengeveld * Web: http://www.xs4all.nl/~itsme/ * http://wiki.xda-developers.com/ * * $Id: xip_handlers.cpp 1502 2007-04-15 07:54:20Z itsme $ */ #include "../idaldr.h" #include "xip_handlers.hpp" #include "nbf_loader.hpp" xip_handler_t g_handlers[]= { { "PocketPC NBF", nbf_accept, nbf_load, nbf_save, nbf_move_segm }, }; int g_nr_xip_handlers= sizeof(g_handlers)/sizeof(xip_handler_t);