sandbox_spl.h 182 B

1234567891011
  1. /* SPDX-License-Identifier: GPL-2.0+ */
  2. /*
  3. * Copyright (c) 2016 Google, Inc
  4. */
  5. #ifndef __SANDBOX_SPL_CONFIG_H
  6. #define __SANDBOX_SPL_CONFIG_H
  7. #include <configs/sandbox.h>
  8. #endif