]> Git Repo - linux.git/blob - arch/s390/include/asm/xor.h
mac80211: Handle special status codes in SAE commit
[linux.git] / arch / s390 / include / asm / xor.h
1 /* SPDX-License-Identifier: GPL-2.0 */
2 /*
3  * Optimited xor routines
4  *
5  * Copyright IBM Corp. 2016
6  * Author(s): Martin Schwidefsky <[email protected]>
7  */
8 #ifndef _ASM_S390_XOR_H
9 #define _ASM_S390_XOR_H
10
11 extern struct xor_block_template xor_block_xc;
12
13 #undef XOR_TRY_TEMPLATES
14 #define XOR_TRY_TEMPLATES                               \
15 do {                                                    \
16         xor_speed(&xor_block_xc);                       \
17 } while (0)
18
19 #define XOR_SELECT_TEMPLATE(FASTEST)    (&xor_block_xc)
20
21 #endif /* _ASM_S390_XOR_H */
This page took 0.028062 seconds and 4 git commands to generate.