Spoken Tutorial, IIT Bombay https://spoken-tutorial.org Embedded Linux Device Driver Exporting the symbols from a module - Assignment 1. Open the export.c file.(This file is available in the code files link of this tutorial) 2. Change the message in printk function of module_function. 3. Compile the export and import modules. 4. Load the modules using the modprobe tool. 5. See the output using dmesg command.