mirror of https://gitee.com/openkylin/linux.git
7 lines
105 B
C
7 lines
105 B
C
|
#ifndef __UM_PERCPU_H
|
||
|
#define __UM_PERCPU_H
|
||
|
|
||
|
#include <asm-generic/percpu.h>
|
||
|
|
||
|
#endif /* __UM_PERCPU_H */
|