mirror of
https://github.com/marketideas/qasm.git
synced 2025-01-15 17:30:09 +00:00
12 lines
104 B
C++
12 lines
104 B
C++
|
#include <util.h>
|
||
|
|
||
|
bool isMerlin32(void)
|
||
|
{
|
||
|
return(false);
|
||
|
}
|
||
|
|
||
|
bool isMerlin816(void)
|
||
|
{
|
||
|
return(true);
|
||
|
}
|