2011-10-05 22:15:45 +00:00
|
|
|
/* -*- Mode: C++; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
|
2011-10-20 21:38:39 +00:00
|
|
|
/* vim: set sw=2 ts=8 et ft=cpp : */
|
2012-02-10 10:04:44 +00:00
|
|
|
/* This Source Code Form is subject to the terms of the Mozilla Public
|
2012-02-02 06:09:00 +00:00
|
|
|
* License, v. 2.0. If a copy of the MPL was not distributed with this file,
|
2012-02-10 10:04:44 +00:00
|
|
|
* You can obtain one at http://mozilla.org/MPL/2.0/. */
|
2011-10-05 22:15:45 +00:00
|
|
|
|
2011-12-17 21:04:51 +00:00
|
|
|
#ifndef mozilla_HalImpl_h
|
|
|
|
#define mozilla_HalImpl_h
|
2011-10-05 22:15:45 +00:00
|
|
|
|
2013-11-25 19:57:18 +00:00
|
|
|
#ifdef MOZ_UNIFIED_BUILD
|
|
|
|
#error Cannot use HalImpl.h in unified builds.
|
|
|
|
#endif
|
|
|
|
|
2011-10-05 22:15:45 +00:00
|
|
|
#define MOZ_HAL_NAMESPACE hal_impl
|
2011-12-17 21:04:51 +00:00
|
|
|
#undef mozilla_Hal_h
|
|
|
|
#undef mozilla_HalInternal_h
|
2011-10-05 22:15:45 +00:00
|
|
|
#include "Hal.h"
|
2011-12-17 21:04:51 +00:00
|
|
|
#include "HalInternal.h"
|
2011-10-05 22:15:45 +00:00
|
|
|
#undef MOZ_HAL_NAMESPACE
|
|
|
|
|
2011-12-17 21:04:51 +00:00
|
|
|
#endif // mozilla_HalImpl_h
|