driver - Create several "dev/xxx" in a single linux module? -


i have fpga(connected pci). fpga has 4 memories. want create:

  • dev/memory1_fpga
  • dev/memory2_fpga
  • dev/memory3_fpga
  • dev/memory4_fpga

with this, users programs can access different memories. when create module, can create single dev/memoryfpgax. right?

is possible want do? how can it?

thanks lot.


Comments

Popular posts from this blog

1111. appearing after print sequence - php -

excel - I can't get the attachement of the email PHP -

node.js - Express and Redis - If session exists for this user, don't allow access -