;   ***************************************************************
;   * Copyright (C) 2005, Embed Inc (http://www.embedinc.com)     *
;   *                                                             *
;   * Permission to copy this file is granted as long as this     *
;   * copyright notice is included in its entirety at the         *
;   * beginning of the file, whether the file is copied in whole  *
;   * or in part and regardless of whether other information is   *
;   * added to the copy.                                          *
;   *                                                             *
;   * The contents of this file may be used in any way,           *
;   * commercial or otherwise.  This file is provided "as is",    *
;   * and Embed Inc makes no claims of suitability for a          *
;   * particular purpose nor assumes any liability resulting from *
;   * its use.                                                    *
;   ***************************************************************
;
/include "qq1.ins.dspic"
;
;***********************************************************************
;
;   Configuration constants.
;

;
;   Derived constants.
;

;
;***********************************************************************
;
;   Variables.
;
;*******************
;
;   Global state.
;
.section .qq2, bss

;
;*******************
;
;   Local state.
;


.text
;
;***********************************************************************
;
;   Subroutine QQ2_INIT
;
;   Initialize the hardware and software state managed by this module.
;
         glbsub  qq2_init

         leaverest
.end