There appears to be an omission in the code for Lab9 in the TIVA™ C Series TM4C123G LaunchPad workshop.
After importing the project into CCS, adding the code from the workbook (and main.txt), the code failed to build. The ROM_* calls weren't defined, even though driverlib/rom.h was included.
It turns out TARGET_IS_BLIZZARD_RB1 wasn't defined anywhere. After adding the #define before the rom.h #include, the lab built without errors.
Lab 15 mentions adding TARGET_IS_BLIZZARD_RB1 as a predefined symbol in the project build properties, but that's not defined in the imported lab9 files.
Hopefully it can be fixed in the sample code, but if not, maybe this can save others a bit of frustration.
