X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=platform%2Fcommon%2Farm_utils.h;h=21204c928bdecbfdc13d168f183573714349e057;hb=41946d7023cded9999495eb8916eeb5ab0480a1f;hp=8cf34ce837108719f18e3abcd0a359b1d4b448e5;hpb=19954be1966a04304b16d9180b003ec8ca3bc532;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);