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