aboutsummaryrefslogtreecommitdiff
path: root/libjava/classpath/java/util/zip/ZipEntry.java
diff options
context:
space:
mode:
Diffstat (limited to 'libjava/classpath/java/util/zip/ZipEntry.java')
0 files changed, 0 insertions, 0 deletions
ss="hl kwb">char *name; int (*register_commands)(struct command_context_s *cmd_ctx); int (*pld_device_command)(struct command_context_s *cmd_ctx, char *cmd, char **args, int argc, struct pld_device_s *pld_device); int (*load)(struct pld_device_s *pld_device, char *filename); } pld_driver_t; typedef struct pld_device_s { pld_driver_t *driver; void *driver_priv; struct pld_device_s *next; } pld_device_t; extern int pld_register_commands(struct command_context_s *cmd_ctx); extern int pld_init(struct command_context_s *cmd_ctx); extern pld_device_t *get_pld_device_by_num(int num); #define ERROR_PLD_DEVICE_INVALID (-1000) #define ERROR_PLD_FILE_LOAD_FAILED (-1001) #endif /* PLD_H */