psp.h 278 B

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