[PATCH] Add SEQ_START_TOKEN #define to seq_file.h
Code that includes seq_file.h uses a magic pointer "(void*)1" to start a header seq_printf. This patch adds a #define, so that people can start writing more readable code.
Showing
Please register or sign in to comment