X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=platform%2Fcommon%2Farm_utils.h;h=21204c928bdecbfdc13d168f183573714349e057;hb=cff531af94bd9c9c89ae162e80f48ddc26a4e504;hp=8cf34ce837108719f18e3abcd0a359b1d4b448e5;hpb=fb7a7fea8735400818773dd47f1e6913bd1ceecf;p=picodrive.git diff --git a/platform/common/arm_utils.h b/platform/common/arm_utils.h index 8cf34ce..21204c9 100644 --- a/platform/common/arm_utils.h +++ b/platform/common/arm_utils.h @@ -1,7 +1,3 @@ -// (c) Copyright 2006-2009 notaz, All rights reserved. -// Free for non-commercial use. - -// For commercial use, separate licencing terms must be obtained. void bgr444_to_rgb32(void *to, void *from); void bgr444_to_rgb32_sh(void *to, void *from);