]> git.sur5r.net Git - cc65/blobdiff - include/pet.h
Added declarations for target-specific static drivers being part of the C library.
[cc65] / include / pet.h
index 66a3c752bff5aa9df32d9422e5ca0995d2894e42..0b11efd435088899e61b932ea7719d31f0ba0697 100644 (file)
 
 
 
+/*****************************************************************************/
+/*                                 Variables                                 */
+/*****************************************************************************/
+
+
+
+/* The addresses of the static drivers */
+extern void pet_ptvjoy[];
+extern void pet_stdjoy[];       /* Referred to by joy_static_stddrv[] */
+
+
+
 /*****************************************************************************/
 /*                                   Code                                    */
 /*****************************************************************************/
 
 /* End of pet.h */
 #endif
-
-
-