How to pass constant memory variables to functions in another source file?

Dear All:

I am trying to use constant memory in my program, however, since the constant memory only have file scope, I can not use the variables in constant memory in another source file, could anyone please teach me how to solve this?

Thank you in advance,

What CUDA version are You using?