xref: /libCEED/tests/test-include/fake-sys-include.h (revision a491a57ee1186d4a57a443cd84e0df1f56768bf7)
1255dad32SJeremy L Thompson #define FAKE_SYS_SCALE_ONE 1
2255dad32SJeremy L Thompson 
3255dad32SJeremy L Thompson // Note - files included this way cannot transitively include any files CUDA/ROCm won't compile
4255dad32SJeremy L Thompson // These are bad
5255dad32SJeremy L Thompson // #include <math.h>
6255dad32SJeremy L Thompson // #include <stddef.h>
7255dad32SJeremy L Thompson 
8*a491a57eSJeremy L Thompson // These are ok
9*a491a57eSJeremy L Thompson #include <ceed.h>
10255dad32SJeremy L Thompson #include <ceed/types.h>
11