aboutsummaryrefslogtreecommitdiff
path: root/hw/timer
diff options
context:
space:
mode:
authorMarkus Armbruster <armbru@redhat.com>2019-03-15 15:51:22 +0100
committerMarkus Armbruster <armbru@redhat.com>2019-05-13 08:58:55 +0200
commit177d9e0da094efb0fadb8daf54b340729b452c8f (patch)
treec58161507a8511c677be47a4d03a127e7c98959e /hw/timer
parenta8b991b52dcde75ab5065046653626951aac666d (diff)
downloadqemu-177d9e0da094efb0fadb8daf54b340729b452c8f.zip
qemu-177d9e0da094efb0fadb8daf54b340729b452c8f.tar.gz
qemu-177d9e0da094efb0fadb8daf54b340729b452c8f.tar.bz2
Normalize header guard symbol definition.
We commonly define the header guard symbol without an explicit value. Normalize the exceptions. Done with scripts/clean-header-guards.pl. Signed-off-by: Markus Armbruster <armbru@redhat.com> Message-Id: <20190315145123.28030-8-armbru@redhat.com> Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Diffstat (limited to 'hw/timer')
-rw-r--r--hw/timer/m48t59-internal.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/hw/timer/m48t59-internal.h b/hw/timer/m48t59-internal.h
index d0f0caf..4d4f2a6 100644
--- a/hw/timer/m48t59-internal.h
+++ b/hw/timer/m48t59-internal.h
@@ -22,8 +22,9 @@
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
* THE SOFTWARE.
*/
+
#ifndef HW_M48T59_INTERNAL_H
-#define HW_M48T59_INTERNAL_H 1
+#define HW_M48T59_INTERNAL_H
#define M48T59_DEBUG 0