#ifndef CHUNKYPPCBASE_H

typedef struct {
   struct Library         lib_node;
   APTR                   seg_list;
   struct ExecBase       *sys_base;
   int *Internal3;
} ChunkyPPC;

#endif
