blob: d27a8ca6994db317901747132f0b77fd3ec5687f [file] [log] [blame]
#include "shared.rsh"
rs_allocation aInt;
void write_i(int value, uint32_t x) {
rsSetElementAt_int(aInt, value, x);
}
void __attribute__((kernel)) write_k(int unused) {
rsSetElementAt_int(aInt, 1, 1);
}