livoxGen1: unmangle symbols, add .sizes
This commit is contained in:
@@ -3,15 +3,16 @@
|
||||
|
||||
#include <cstdint>
|
||||
|
||||
namespace smo {
|
||||
namespace stim_buff {
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
// External symbols for collate kernel
|
||||
// External symbols for collate kernel (unmangled, not namespaced)
|
||||
extern const char collateKernelStart[];
|
||||
extern const char collateKernelEnd[];
|
||||
extern const uint32_t collateKernelNBytes;
|
||||
|
||||
} // namespace stim_buff
|
||||
} // namespace smo
|
||||
#ifdef __cplusplus
|
||||
} // extern "C"
|
||||
#endif
|
||||
|
||||
#endif // _LIVOX_GEN1_OPENCL_KERNELS_H
|
||||
|
||||
Reference in New Issue
Block a user