Main Page | Modules | Related Pages | Examples

turboadapter/module-src/turboadapter.h

/*
 * Turbo Programmer Utilities, turbo-prog-utils, www.bladox.com 
 *
 * Copyright (C) 2004 BLADOX, s.r.o.
 *
 * This program is free software; you can redistribute it and/or modify it
 * under the terms of the GNU General Public License as published by the
 * Free Software Foundation; either version 2, or (at your option) any
 * later version.
 *
 * This program is distributed in the hope that it will be useful, but
 * WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 * General Public License for more details.
 */

#ifndef _TURBO_ADAPTER_PROG_H_
#define _TURBO_ADAPTER_PROG_H_

#define APP_TURBO_ADAPTER "turboadapter.trb"

#define ACTION_TURBO_ADAPTER_BTLDR_INIT         0x80
#define ACTION_TURBO_ADAPTER_BTLDR_WRITE_PAGE   0x81

#define ACTION_TURBO_ADAPTER_DBG_INIT           0x90

#endif


Copyright © 2004 BLADOX
Turbo Programmer version 2.0