This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# | |
# | |
# | |
ssm_available() { | |
if [ -z ${SSM_BASE_PATH+x} ]; then | |
return 1 | |
fi |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
HD44780 Bit-Banged Kernel Driver Design Document | |
KEY: | |
* : Not yet implemented | |
+ : Not fully implemented/Behavior not finalized | |
& : Implemented in kernel space, but not yet exported to user-space | |
Operations | |
- Initialize |