@@ -46,24 +46,12 @@
/* The DSP is already asleep. */
#define DSP_SALREADYASLEEP (DSP_SBASE + 3)
-/* The DSP is already awake. */
-#define DSP_SALREADYAWAKE (DSP_SBASE + 4)
-
-/* TRUE */
-#define DSP_STRUE (DSP_SBASE + 5)
-
-/* FALSE */
-#define DSP_SFALSE (DSP_SBASE + 6)
-
/* A library contains no dependent library references */
#define DSP_SNODEPENDENTLIBS (DSP_SBASE + 7)
/* A persistent library is already loaded by the dynamic loader */
#define DSP_SALREADYLOADED (DSP_SBASE + 8)
-/* Some error occured, but it is OK to continue */
-#define DSP_OKTO_CONTINUE (DSP_SBASE + 9)
-
/* FAILURE Codes */
/* During enumeration a change in the number or properties of the objects