HalImpl.h 600 B

123456789101112131415161718192021
  1. /* -*- Mode: C++; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
  2. /* This Source Code Form is subject to the terms of the Mozilla Public
  3. * License, v. 2.0. If a copy of the MPL was not distributed with this file,
  4. * You can obtain one at http://mozilla.org/MPL/2.0/. */
  5. #ifndef mozilla_HalImpl_h
  6. #define mozilla_HalImpl_h
  7. #ifdef MOZ_UNIFIED_BUILD
  8. #error Cannot use HalImpl.h in unified builds.
  9. #endif
  10. #define MOZ_HAL_NAMESPACE hal_impl
  11. #undef mozilla_Hal_h
  12. #undef mozilla_HalInternal_h
  13. #include "Hal.h"
  14. #include "HalInternal.h"
  15. #undef MOZ_HAL_NAMESPACE
  16. #endif // mozilla_HalImpl_h