Details |
Last modification |
View Log
| RSS feed
Rev |
Author |
Line No. |
Line |
8 |
nishi |
1 |
/* $Id: am9511.h 8 2024-08-28 16:29:15Z nishi $ */
|
|
|
2 |
|
|
|
3 |
#ifndef __AM9511_H__
|
|
|
4 |
#define __AM9511_H__
|
|
|
5 |
|
|
|
6 |
void fpu_card(int t, int port);
|
|
|
7 |
|
|
|
8 |
long modl(long a, long b);
|
|
|
9 |
long divl(long a, long b);
|
|
|
10 |
long mull(long a, long b);
|
|
|
11 |
|
|
|
12 |
#endif
|