mirror of
https://github.com/elliotnunn/NetBoot.git
synced 2024-12-22 01:30:18 +00:00
1 line
185 B
C
1 line
185 B
C
#ifndef _FC8_H_
|
|
#define _FC8_H_
|
|
|
|
#pragma parameter __D0 fc8_decode(__A0, __A1, __D1)
|
|
asm unsigned short fc8_decode(unsigned char* in, unsigned char* out, unsigned long outsize);
|
|
|
|
#endif |