Back to home page

OSCL-LXR

 
 

    


0001 // SPDX-License-Identifier: GPL-2.0
0002 #include "boot.h"
0003 #include "../../../drivers/s390/char/sclp_early_core.c"
0004 
0005 /* SCLP early buffer must stay page-aligned and below 2GB */
0006 static char __sclp_early_sccb[EXT_SCCB_READ_SCP] __aligned(PAGE_SIZE);
0007 
0008 void sclp_early_setup_buffer(void)
0009 {
0010     sclp_early_set_buffer(&__sclp_early_sccb);
0011 }