s390/sclp: convert early sclp console code to C
[deliverable/linux.git] / arch / s390 / include / asm / sclp.h
index f6ff06077631c8ebf4ede37bced142df25dbc7de..821dde5f425d0b3e97fbe32f5496fe968e4899fd 100644 (file)
@@ -79,6 +79,6 @@ int sclp_pci_configure(u32 fid);
 int sclp_pci_deconfigure(u32 fid);
 int memcpy_hsa(void *dest, unsigned long src, size_t count, int mode);
 void sclp_early_detect(void);
-long _sclp_print_early(const char *);
+int _sclp_print_early(const char *);
 
 #endif /* _ASM_S390_SCLP_H */
This page took 0.028633 seconds and 5 git commands to generate.