mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-22 11:04:51 -04:00
15 lines
324 B
Plaintext
15 lines
324 B
Plaintext
$NetBSD: patch-ar,v 1.1 2006/07/05 21:21:37 wiz Exp $
|
|
|
|
--- dsp1.h.orig 2006-07-05 21:11:31.000000000 +0000
|
|
+++ dsp1.h
|
|
@@ -123,8 +123,8 @@ START_EXTERN_C
|
|
void S9xResetDSP1 ();
|
|
uint8 S9xGetDSP (uint16 Address);
|
|
void S9xSetDSP (uint8 Byte, uint16 Address);
|
|
-END_EXTERN_C
|
|
|
|
extern struct SDSP1 DSP1;
|
|
+END_EXTERN_C
|
|
|
|
#endif
|