ANDROID: export one function for mm metrics
export function for procfs node formating Bug: 299190787 Signed-off-by: Robin Hsu <robinhsu@google.com> (cherry picked from https://android-review.googlesource.com/q/commit:6152faa02ea853d97458a02347142ac6001a60f5) Change-Id: I71e6a0815efa8df99d036bf457b8a0081999f3de
This commit is contained in:
@@ -719,6 +719,7 @@ void seq_put_decimal_ull_width(struct seq_file *m, const char *delimiter,
|
||||
overflow:
|
||||
seq_set_overflow(m);
|
||||
}
|
||||
EXPORT_SYMBOL(seq_put_decimal_ull_width);
|
||||
|
||||
void seq_put_decimal_ull(struct seq_file *m, const char *delimiter,
|
||||
unsigned long long num)
|
||||
|
||||
Reference in New Issue
Block a user