Source file: /~heha/basteln/PC/fx2/fx2ata-200917.zip/globals2.c

//-----------------------------------------------------------------------------
//   File:      globals2.c
//   Contents:   contains half of the global variables used by the firmware.  This is done
//               to give the linker flexibility.
//
//   indent 3.  NO TABS!
//
//   Copyright (c) 2001-2004 Cypress Semiconductor
//
// $Workfile: globals2.c $
// $Date: 3/30/05 2:38p $
// $Revision: 2 $
//-----------------------------------------------------------------------------
#include "fx2.h"
#include "fx2regs.h"
#include "gpif.h"
#include "atapi.h"
#include "globals.h"


WORD cbwTagLow;          // Tag from the most recent CBW packet
WORD cbwTagHi;
BYTE currentState;

DWORD dataTransferLen;
volatile BYTE seconds;
volatile BYTE hertz61ticks;



Detected encoding: ASCII (7 bit)2