mirror of
https://github.com/versity/scoutfs.git
synced 2026-02-08 11:40:08 +00:00
The kernel key printing code was refactored to more carefully print keys. Import this updated code by adding supporting functions around it so that we don't have to make edits to it and can easily update the import in the future. Signed-off-by: Zach Brown <zab@versity.com>
7 lines
91 B
C
7 lines
91 B
C
#ifndef _KEY_H_
|
|
#define _KEY_H_
|
|
|
|
void print_key(void *key_data, unsigned key_len);
|
|
|
|
#endif
|