mirror of
https://github.com/elliotnunn/NetBoot.git
synced 2025-01-03 01:29:52 +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 |