Files
Debian-9-Kernel/include/crypto/crypto_wq.h
T

8 lines
122 B
C
Raw Normal View History

2023-05-02 09:58:35 +02:00
#ifndef CRYPTO_WQ_H
#define CRYPTO_WQ_H
#include <linux/workqueue.h>
extern struct workqueue_struct *kcrypto_wq;
#endif