mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-25 07:10:50 +07:00
de0eed2813
Some internal kernel symbols were referenced in the exported setup.h. This splits out the internal bits from the exported uapi bits. Signed-off-by: Mark Salter <msalter@redhat.com>
7 lines
130 B
C
7 lines
130 B
C
#ifndef _UAPI_ASM_C6X_SETUP_H
|
|
#define _UAPI_ASM_C6X_SETUP_H
|
|
|
|
#define COMMAND_LINE_SIZE 1024
|
|
|
|
#endif /* _UAPI_ASM_C6X_SETUP_H */
|