This action is used in header above logo.
function my_custom_header(){
echo '<img src="SOME_URL" alt="NAME_OF_IMAGE" />';
}
add_action('jaw_before_header', 'my_custom_header');
The result can look like this:
List of all hooks you can find HERE