#ifndef __COPPER_H__ #define __COPPER_H__ #define COPPERLIST_SIZE (10000) #include "types.h" uint16_t * prepareNewCopperlist(void); void setCopperlist(uint16_t *copperlist); void freeCopperlist(uint16_t *copperlist); #endif