
unsigned char *ptr_8255;

void init_8255(unsigned char control_word)
{
	ptr_8255 = MY_8255_BASE;
	*(ptr_8255 + 3) = control_word;
}