OpenGrok
Cross Reference: char_literal.dts
xref
: /
external
/
dtc
/
tests
/
char_literal.dts
Home
|
History
|
Annotate
|
Download
|
only in
tests
1
/dts-v1/;
2
3
/ {
4
char-literal-cells = <'\r' 'b' '\0' '\'' '\xff'>;
5
};
6