Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0 */
0002 #ifndef __UM_SMP_H
0003 #define __UM_SMP_H
0004 
0005 #define hard_smp_processor_id()     0
0006 
0007 #endif