]> git.zerfleddert.de Git - proxmark3-svn/blame - client/proxmark3.h
remove redundant llx prix64 defines
[proxmark3-svn] / client / proxmark3.h
CommitLineData
a553f267 1//-----------------------------------------------------------------------------
212ef3a0 2// Copyright (C) 2009 Michael Gernoth <michael at gernoth.net>
a553f267 3// Copyright (C) 2010 iZsh <izsh at fail0verflow.com>
4//
5// This code is licensed to you under the terms of the GNU GPL, version 2 or,
6// at your option, any later version. See the LICENSE.txt file for the text of
7// the license.
8//-----------------------------------------------------------------------------
9// Main binary
10//-----------------------------------------------------------------------------
11
7fe9b0b7 12#ifndef PROXMARK3_H__
13#define PROXMARK3_H__
431ae7e0 14
125a98a1 15#define __STDC_FORMAT_MACROS
16#include <inttypes.h>
17#define llx PRIx64
1a07fd51 18#define lli PRIi64
38d618ba 19#define llu PRIu64
1a07fd51 20#define hhu PRIu8
125a98a1 21
902cb3c0 22#include "usb_cmd.h"
23
7fe9b0b7 24#define PROXPROMPT "proxmark3> "
6658905f 25
902cb3c0 26void SendCommand(UsbCommand *c);
27
4cd41f34 28#endif
Impressum, Datenschutz