blob: fef2fd59a8ffb6bf65da7a9d4a857b4d5de38ba9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
#ifndef _BITS_MP_H
#define _BITS_MP_H
/** @file
*
* LoongArch64-specific multiprocessor API implementation
*
*/
FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
#endif /* _BITS_MP_H */
|