;;
;; generic include file for dsPIC33F
;;

.ifdef __33EP256MU806
.include "p33EP256MU806.inc"
.equ VALID_ID,1
.endif

.ifdef __33EP256MU810
.include "p33EP256MU810.inc"
.equ VALID_ID,1
.endif

.ifdef __33EP256MU814
.include "p33EP256MU814.inc"
.equ VALID_ID,1
.endif

.ifdef __33EP512MU810
.include "p33EP512MU810.inc"
.equ VALID_ID,1
.endif

.ifdef __33EP512MU814
.include "p33EP512MU814.inc"
.equ VALID_ID,1
.endif

.ifndef VALID_ID
.error "processor ID not specified in generic include file"
.endif
