Back to home page

OSCL-LXR

 
 

    


0001 // SPDX-License-Identifier: GPL-2.0-only
0002 /*
0003  *  PS3 hvcall exports for modules.
0004  *
0005  *  Copyright (C) 2006 Sony Computer Entertainment Inc.
0006  *  Copyright 2006 Sony Corp.
0007  */
0008 
0009 #define LV1_CALL(name, in, out, num)                          \
0010   extern s64 _lv1_##name(LV1_##in##_IN_##out##_OUT_ARG_DECL); \
0011   EXPORT_SYMBOL(_lv1_##name);
0012 
0013 #include <asm/lv1call.h>