diff --git a/[refs] b/[refs] index 6611f5e62f98..73bb009e4c63 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 3be11133bf733d67c3031a08772f4ab0c1a0fc01 +refs/heads/master: 4768f3f09a69d3a7a8ac27e9daafddc1ac920ab4 diff --git a/trunk/drivers/staging/crystalhd/crystalhd.h b/trunk/drivers/staging/crystalhd/crystalhd.h new file mode 100644 index 000000000000..3f4d79515026 --- /dev/null +++ b/trunk/drivers/staging/crystalhd/crystalhd.h @@ -0,0 +1,14 @@ +#ifndef _CRYSTALHD_H_ +#define _CRYSTALHD_H_ + +#include +#include "bc_dts_defs.h" +#include "crystalhd_misc.h" +#include "bc_dts_glob_lnx.h" +#include "crystalhd_hw.h" +#include "crystalhd_cmds.h" +#include "crystalhd_lnx.h" +#include "bcm_70012_regs.h" +#include "crystalhd_fw_if.h" + +#endif