/* Copyright (c) 2001-2009 by SoftIntegration, Inc. All Rights Reserved */
#include<ch.h>
  ...

EXPORTCH void functionName_chdl() {
  functionName();
}
