2016-06-19 14:37:47 +02:00
|
|
|
/**
|
2016-09-11 22:20:15 +02:00
|
|
|
* Author......: See docs/credits.txt
|
2016-06-19 14:37:47 +02:00
|
|
|
* License.....: MIT
|
|
|
|
*/
|
|
|
|
|
2019-03-22 15:16:25 +01:00
|
|
|
#ifdef KERNEL_STATIC
|
2019-03-21 23:00:38 +01:00
|
|
|
#include "inc_vendor.h"
|
|
|
|
#include "inc_types.h"
|
2019-04-26 13:59:43 +02:00
|
|
|
#include "inc_platform.cl"
|
2018-02-07 22:28:52 +01:00
|
|
|
#include "inc_common.cl"
|
2019-03-22 15:16:25 +01:00
|
|
|
#endif
|
2018-01-26 20:19:25 +01:00
|
|
|
|
2020-06-15 14:58:34 +02:00
|
|
|
KERNEL_FQ void m02000_mxx (KERN_ATTR_RULES ())
|
2016-06-19 14:37:47 +02:00
|
|
|
{
|
|
|
|
}
|
|
|
|
|
2020-06-15 14:58:34 +02:00
|
|
|
KERNEL_FQ void m02000_sxx (KERN_ATTR_RULES ())
|
2016-06-19 14:37:47 +02:00
|
|
|
{
|
|
|
|
}
|