mirror of
https://github.com/raspberrypi/linux.git
synced 2026-01-04 18:27:36 +00:00
selftests/powerpc: add const qualification where possible
Various char * parameters in the common powerpc selftest APIs can be const. Signed-off-by: Nathan Lynch <nathanl@linux.ibm.com> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au> Link: https://msgid.link/20230817-powerpc-selftest-misc-v1-2-a84cc1ef78b2@linux.ibm.com
This commit is contained in:
committed by
Michael Ellerman
parent
ae3a8cc292
commit
701ca3657d
@@ -32,7 +32,7 @@ typedef uint16_t u16;
|
||||
typedef uint8_t u8;
|
||||
|
||||
void test_harness_set_timeout(uint64_t time);
|
||||
int test_harness(int (test_function)(void), char *name);
|
||||
int test_harness(int (test_function)(void), const char *name);
|
||||
|
||||
int read_auxv(char *buf, ssize_t buf_size);
|
||||
void *find_auxv_entry(int type, char *auxv);
|
||||
|
||||
Reference in New Issue
Block a user