mirror of
https://github.com/adulau/aha.git
synced 2025-01-03 22:53:18 +00:00
6 lines
76 B
C
6 lines
76 B
C
|
#ifdef __uClinux__
|
||
|
#include "div64_no.h"
|
||
|
#else
|
||
|
#include "div64_mm.h"
|
||
|
#endif
|