blob: 5bf7b10fcb957ebb3585e7878354d240a0666671 [file] [log] [blame]
// Copyright 2011 Google Inc. All Rights Reserved.
#include "image.h"
namespace art {
const byte ImageHeader::kImageMagic[] = { 'o', 'a', 't', '\n' };
const byte ImageHeader::kImageVersion[] = { '0', '0', '1', '\0' };
} // namespace art