xdpsock.h 167 B

1234567891011
  1. /* SPDX-License-Identifier: GPL-2.0
  2. *
  3. * Copyright(c) 2019 Intel Corporation.
  4. */
  5. #ifndef XDPSOCK_H_
  6. #define XDPSOCK_H_
  7. #define MAX_SOCKS 4
  8. #endif /* XDPSOCK_H */