| 1 | /* SPDX-License-Identifier: GPL-2.0-only */ | 
|---|---|
| 2 | |
| 3 | #ifndef __NET_PSP_ALL_H | 
| 4 | #define __NET_PSP_ALL_H | 
| 5 | |
| 6 | #include <uapi/linux/psp.h> | 
| 7 | #include <net/psp/functions.h> | 
| 8 | #include <net/psp/types.h> | 
| 9 | |
| 10 | /* Do not add any code here. Put it in the sub-headers instead. */ | 
| 11 | |
| 12 | #endif /* __NET_PSP_ALL_H */ | 
| 13 |