hello              74 samples/kfifo/record-example.c 	struct { unsigned char buf[6]; } hello = { "hello" };
hello              78 samples/kfifo/record-example.c 	kfifo_in(&test, &hello, sizeof(hello));